image_optimize 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/app/image_optimizer.rb +1 -1
- metadata +2 -7
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.2
|
data/lib/app/image_optimizer.rb
CHANGED
@@ -107,7 +107,7 @@ module ImageOptimize
|
|
107
107
|
end
|
108
108
|
|
109
109
|
def parse_args
|
110
|
-
version = File.open("VERSION", "r") { |f| f.read }
|
110
|
+
version = File.open(File.join(File.dirname(__FILE__), "..", "..","VERSION"), "r") { |f| f.read }
|
111
111
|
|
112
112
|
@args = Trollop::options do
|
113
113
|
version "image_optimize #{version} (c) 2014 RightScale, Inc."
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: image_optimize
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -156,18 +156,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
156
156
|
- - ! '>='
|
157
157
|
- !ruby/object:Gem::Version
|
158
158
|
version: '0'
|
159
|
-
segments:
|
160
|
-
- 0
|
161
|
-
hash: 1039956523122922011
|
162
159
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
163
160
|
none: false
|
164
161
|
requirements:
|
165
162
|
- - ! '>='
|
166
163
|
- !ruby/object:Gem::Version
|
167
164
|
version: '0'
|
168
|
-
segments:
|
169
|
-
- 0
|
170
|
-
hash: 1039956523122922011
|
171
165
|
requirements: []
|
172
166
|
rubyforge_project:
|
173
167
|
rubygems_version: 1.8.23
|
@@ -181,3 +175,4 @@ test_files:
|
|
181
175
|
- spec/image_bundle_spec.rb
|
182
176
|
- spec/image_optimizer_spec.rb
|
183
177
|
- test/image_optimize_test.rb
|
178
|
+
has_rdoc:
|