playmo 0.0.12 → 0.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/lib/playmo/cli.rb +1 -1
  2. data/playmo.gemspec +1 -1
  3. metadata +3 -3
data/lib/playmo/cli.rb CHANGED
@@ -14,7 +14,7 @@ module Playmo
14
14
  Playmo::Cookbook.instance.cook_recipes!(application_name)
15
15
 
16
16
  system %Q{echo "gem 'therubyracer'" >> ./#{application_name}/Gemfile}
17
- system %Q{echo "gem 'playmo', :path => '../../playmo'" >> ./#{application_name}/Gemfile}
17
+ #system %Q{echo "gem 'playmo', :path => '../../playmo'" >> ./#{application_name}/Gemfile}
18
18
  system "cd #{application_name} && bundle install"
19
19
 
20
20
  Event.events.fire :after_install
data/playmo.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
  $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
- s.version = "0.0.12"
5
+ s.version = "0.0.13"
6
6
  s.name = "playmo"
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Andrew Kozloff"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playmo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 12
10
- version: 0.0.12
9
+ - 13
10
+ version: 0.0.13
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrew Kozloff