Skip to content

Commit

Permalink
Version bump to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Crismali committed Feb 5, 2016
1 parent 2d41880 commit f963d14
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 14 deletions.
15 changes: 6 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
magic_lamp (1.7.0)
magic_lamp (1.8.0)
method_source
rails (>= 4.0.0)
rake
Expand Down Expand Up @@ -47,6 +47,7 @@ GEM
childprocess (0.5.5)
ffi (~> 1.0, >= 1.0.11)
coderay (1.1.0)
concurrent-ruby (1.0.0)
database_cleaner (1.3.0)
diff-lcs (1.2.5)
dotenv (1.0.1)
Expand All @@ -57,13 +58,12 @@ GEM
rake (~> 10.0)
rspec (~> 3.0)
ffi (1.9.6)
hike (1.2.3)
i18n (0.6.11)
json (1.8.1)
mail (2.6.3)
mime-types (>= 1.16, < 3)
method_source (0.8.2)
mime-types (2.5)
mime-types (2.99)
minitest (5.4.2)
multi_json (1.10.1)
parser (2.3.0.2)
Expand Down Expand Up @@ -132,11 +132,9 @@ GEM
rubyzip (~> 1.0)
websocket (~> 1.0)
slop (3.6.0)
sprockets (2.12.3)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets (3.5.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (2.2.4)
actionpack (>= 3.0)
activesupport (>= 3.0)
Expand All @@ -146,7 +144,6 @@ GEM
railties (>= 3.2.5, < 5)
thor (0.19.1)
thread_safe (0.3.4)
tilt (1.4.1)
tzinfo (1.2.2)
thread_safe (~> 0.1)
websocket (1.2.1)
Expand Down
5 changes: 4 additions & 1 deletion gemfiles/rails_4.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
magic_lamp (1.7.0)
magic_lamp (1.8.0)
method_source
rails (>= 4.0.0)
rake
Expand Down Expand Up @@ -171,3 +171,6 @@ DEPENDENCIES
selenium-webdriver
sqlite3
teaspoon (= 0.8.0)

BUNDLED WITH
1.11.2
5 changes: 4 additions & 1 deletion gemfiles/rails_4.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
magic_lamp (1.7.0)
magic_lamp (1.8.0)
method_source
rails (>= 4.0.0)
rake
Expand Down Expand Up @@ -176,3 +176,6 @@ DEPENDENCIES
selenium-webdriver
sqlite3
teaspoon (= 0.8.0)

BUNDLED WITH
1.11.2
5 changes: 4 additions & 1 deletion gemfiles/rails_4.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
magic_lamp (1.7.0)
magic_lamp (1.8.0)
method_source
rails (>= 4.0.0)
rake
Expand Down Expand Up @@ -196,3 +196,6 @@ DEPENDENCIES
selenium-webdriver
sqlite3
teaspoon (= 0.8.0)

BUNDLED WITH
1.11.2
2 changes: 1 addition & 1 deletion gemfiles/rails_5.0.0.beta2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
magic_lamp (1.7.0)
magic_lamp (1.8.0)
method_source
rails (>= 4.0.0)
rake
Expand Down
2 changes: 1 addition & 1 deletion lib/magic_lamp/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MagicLamp
VERSION = "1.7.0"
VERSION = "1.8.0"
end

0 comments on commit f963d14

Please sign in to comment.