tilleryj-CSS-Push 1.0.2 → 1.0.3

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.2"
5
+ s.version = "1.0.3"
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.2
1
+ 1.0.3
data/bin/pushify CHANGED
@@ -35,6 +35,6 @@ puts "CSS-Push has been successfully installed."
35
35
 
36
36
 
37
37
  puts ""
38
- puts IO.read(File.join(File.dirname(__FILE__), "..", 'README'))
38
+ puts IO.read(File.join(File.dirname(__FILE__), "..", 'README.markdown'))
39
39
  puts ""
40
40
 
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.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Tillery