diff --git a/Gemfile.lock b/Gemfile.lock index 8bafd8b..9b82051 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - gemirro (1.3.0) + gemirro (1.4.0) addressable (~> 2.8) builder (~> 3.2) confstruct (~> 1.1) @@ -16,10 +16,11 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) - builder (3.2.4) + base64 (0.2.0) + builder (3.3.0) confstruct (1.1.0) hashie (>= 3.3, < 5) daemons (1.4.1) @@ -30,15 +31,16 @@ GEM fakefs (1.3.2) hashie (4.1.0) httpclient (2.8.3) - mustermann (2.0.2) + mustermann (3.0.3) ruby2_keywords (~> 0.0.1) parallel (1.21.0) parser (3.0.2.0) ast (~> 2.4.1) - public_suffix (4.0.6) + public_suffix (5.1.1) rack (2.2.4) - rack-protection (2.2.3) - rack + rack-protection (3.2.0) + base64 (>= 0.1.0) + rack (~> 2.2, >= 2.2.4) rack-test (1.1.0) rack (>= 1.0, < 3) rainbow (3.0.0) @@ -77,19 +79,19 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.3) - sinatra (2.2.3) - mustermann (~> 2.0) - rack (~> 2.2) - rack-protection (= 2.2.3) + sinatra (3.2.0) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.2.0) tilt (~> 2.0) sinatra-static-assets (1.0.4) sinatra (>= 1.1.0) slop (3.6.0) - thin (1.8.1) + thin (1.8.2) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - tilt (2.0.11) + tilt (2.4.0) unicode-display_width (2.1.0) PLATFORMS diff --git a/MANIFEST b/MANIFEST index 4e445b2..58b106b 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,6 +1,5 @@ .gitignore .rubocop.yml -.travis.yml Gemfile LICENSE MANIFEST @@ -62,9 +61,8 @@ template/public/dist/fonts/glyphicons-halflings-regular.ttf template/public/dist/fonts/glyphicons-halflings-regular.woff template/public/dist/fonts/glyphicons-halflings-regular.woff2 template/public/dist/js/bootstrap.min.js -template/public/dist/js/jquery.min.js template/public/gems/.gitkeep views/gem.erb views/index.erb views/layout.erb -views/not_found.erb \ No newline at end of file +views/not_found.erb diff --git a/lib/gemirro/version.rb b/lib/gemirro/version.rb index d68169d..9b5fdbd 100644 --- a/lib/gemirro/version.rb +++ b/lib/gemirro/version.rb @@ -2,5 +2,5 @@ # Gemirro Version module Gemirro - VERSION = '1.3.0' + VERSION = '1.4.0' end