Merged and bumped version

This commit is contained in:
Todd Werth
2015-04-29 14:56:15 -07:00
parent e8b0662e7b
commit fec0904cce
3 changed files with 5 additions and 5 deletions

View File

@@ -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/
@@ -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)

View File

@@ -1,3 +1,3 @@
module RedPotion
VERSION = "1.1.3"
VERSION = "1.1.5"
end

View File

@@ -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"