Skip to content

Commit

Permalink
Merged and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
twerth committed Apr 29, 2015
1 parent e8b0662 commit fec0904
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: .
specs:
redpotion (1.1.3)
redpotion (1.1.5)
ProMotion (~> 2.3)
RedAlert
motion-cocoapods
motion_print
rake
ruby_motion_query (~> 1.3.4)
ruby_motion_query (~> 1.3.5)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -73,7 +73,7 @@ GEM
activesupport (~> 3.2)
builder (~> 3.2)
plist (~> 3.1)
ruby_motion_query (1.3.4)
ruby_motion_query (1.3.5)
webstub (1.1.2)
xcodeproj (0.23.1)
activesupport (>= 3)
Expand Down
2 changes: 1 addition & 1 deletion lib/project/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RedPotion
VERSION = "1.1.3"
VERSION = "1.1.5"
end
2 changes: 1 addition & 1 deletion redpotion.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|

spec.executables << 'potion'

spec.add_runtime_dependency "ruby_motion_query", "~> 1.3.4"
spec.add_runtime_dependency "ruby_motion_query", "~> 1.3.5"
spec.add_runtime_dependency "ProMotion", "~> 2.3"
spec.add_runtime_dependency "motion_print"
spec.add_runtime_dependency "motion-cocoapods"
Expand Down

0 comments on commit fec0904

Please sign in to comment.