tilleryj-CSS-Push 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CSS-Push.gemspec +1 -1
  2. data/VERSION +1 -1
  3. data/bin/pushify +1 -1
  4. metadata +1 -1
data/CSS-Push.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{CSS-Push}
5
- s.version = "1.0.1"
5
+ s.version = "1.0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
data/bin/pushify CHANGED
@@ -21,7 +21,7 @@ FileUtils.cp(File.join(install_from, "juggernaut_hosts.yml"), File.join(install_
21
21
  FileUtils.cp(File.join(install_from, "juggernaut.yml"), File.join(install_to, "config")) unless File.exist?(File.join(install_to, "config", "juggernaut.yml"))
22
22
 
23
23
  File.open('config/environments/development.rb', 'a') do |f|
24
- f.write("\n\nconfig.gem 'CSS-Push', :lib => 'css_push'\n")
24
+ f.write("\n\nconfig.gem 'tilleryj-CSS-Push', :lib => 'css_push'\n")
25
25
  end
26
26
  FileUtils.cp(File.join(install_from, "css_push_initializer.rb"), File.join(install_to, "config", "initializers"))
27
27
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tilleryj-CSS-Push
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Tillery