diff --git a/Gemfile.lock b/Gemfile.lock index 58d3d575..07bcc438 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - web-console (0.0.1) + web-console (0.1.0) jquery-rails (~> 3.0.4) rails (~> 4.0.0) @@ -76,7 +76,7 @@ GEM sprockets (~> 2.8) sqlite3 (1.3.7) thor (0.18.1) - thread_safe (0.1.0) + thread_safe (0.1.2) atomic tilt (1.4.1) treetop (1.4.14) diff --git a/lib/web_console/version.rb b/lib/web_console/version.rb index 66b9e541..660fb0f6 100644 --- a/lib/web_console/version.rb +++ b/lib/web_console/version.rb @@ -1,3 +1,3 @@ module WebConsole - VERSION = "0.0.1" + VERSION = '0.1.0' end diff --git a/web-console.gemspec b/web-console.gemspec index 2539cc9d..0c935790 100644 --- a/web-console.gemspec +++ b/web-console.gemspec @@ -10,6 +10,8 @@ Gem::Specification.new do |s| s.homepage = "https://github.com/gsamokovarov/web-console" s.summary = "Rails Console on the Browser." + s.license = 'MIT' + s.files = Dir["{app,config,db,lib,vendor}/**/*", "MIT-LICENSE", "Rakefile", "README.markdown"] s.test_files = Dir["test/**/*"]