Skip to content

Commit

Permalink
Updated RMQ, which had bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
twerth committed Apr 15, 2015
1 parent 9c00518 commit 0b34414
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
PATH
remote: .
specs:
redpotion (1.1.0)
redpotion (1.1.1)
ProMotion (~> 2.3)
motion-cocoapods
motion_print
ruby_motion_query (~> 1.3.1)
rake
ruby_motion_query (~> 1.3.2)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -66,7 +67,7 @@ GEM
activesupport (~> 3.2)
builder (~> 3.2)
plist (~> 3.1)
ruby_motion_query (1.3.1)
ruby_motion_query (1.3.2)
webstub (1.1.2)
xcodeproj (0.23.1)
activesupport (>= 3)
Expand All @@ -78,6 +79,5 @@ PLATFORMS
DEPENDENCIES
cdq
motion-cocoapods
rake
redpotion!
webstub
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ You should have this:

![image](http://ir_wp.s3.amazonaws.com/wp-content/uploads/sites/11/2015/03/myapp_screenshot.jpg)

## Live stylesheet reloading

In REPL, type: `live_stylesheets`

![image](http://clrsight.co/jh/LiveReload4.gif?+)

## New generators to integrate RMQ & ProMotion nicely ##

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.0"
VERSION = "1.1.1"
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.1"
spec.add_runtime_dependency "ruby_motion_query", "~> 1.3.2"
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 0b34414

Please sign in to comment.