Skip to content

Commit

Permalink
Bump the version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gsamokovarov committed Jul 30, 2013
1 parent 2199a0f commit cbfd97a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/web_console/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module WebConsole
VERSION = "0.0.1"
VERSION = '0.1.0'
end
2 changes: 2 additions & 0 deletions web-console.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*"]

Expand Down

0 comments on commit cbfd97a

Please sign in to comment.