Skip to content

Commit

Permalink
Bump web-console version to 2.0.0.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed Aug 20, 2014
1 parent 65c3005 commit 5681014
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
18 changes: 7 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PATH
remote: .
specs:
web-console (2.0.0.beta1)
web-console (2.0.0.beta2)
activemodel (~> 4.0)
binding_of_caller
railties (~> 4.0)
sprockets-rails (~> 2.0)
sprockets-rails (>= 2.0, < 4.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -39,8 +39,6 @@ GEM
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
arel (4.0.0)
atomic (1.1.14)
atomic (1.1.14-java)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
builder (3.1.4)
Expand All @@ -51,7 +49,7 @@ GEM
eventmachine (1.0.3)
ffi (1.9.0-java)
hike (1.2.3)
i18n (0.6.5)
i18n (0.6.11)
jdbc-sqlite3 (3.7.2.1)
mail (2.5.4)
mime-types (~> 1.16)
Expand All @@ -62,7 +60,7 @@ GEM
minitest (4.7.5)
mocha (0.14.0)
metaclass (~> 0.0.1)
multi_json (1.7.8)
multi_json (1.10.1)
polyglot (0.3.3)
pry (0.9.12.2)
coderay (~> 1.0.5)
Expand Down Expand Up @@ -110,15 +108,13 @@ GEM
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.19.1)
thread_safe (0.1.3)
atomic
thread_safe (0.1.3-java)
atomic
thread_safe (0.3.4)
thread_safe (0.3.4-java)
tilt (1.4.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.37)
tzinfo (0.3.41)

PLATFORMS
java
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 = '2.0.0.beta1'
VERSION = '2.0.0.beta2'
end

0 comments on commit 5681014

Please sign in to comment.