yearbook 0.2.1 → 0.2.3
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.
- data/Rakefile +2 -0
- data/VERSION +1 -1
- data/yearbook.gemspec +1 -7
- metadata +2 -8
- data/spec/fixtures/images/bush-george-w.jpg +0 -0
- data/spec/fixtures/images/obama-barack.jpg +0 -0
- data/spec/fixtures/images/roosevelt-teddy.jpg +0 -0
- data/spec/fixtures/images/stuart-gilbert.jpg +0 -0
- data/spec/fixtures/images/tyler-john.jpg +0 -0
- data/spec/fixtures/images/washington-george.jpg +0 -0
data/Rakefile
CHANGED
@@ -22,6 +22,8 @@ Jeweler::Tasks.new do |gem|
|
|
22
22
|
gem.description = %Q{Easy face-cropping}
|
23
23
|
gem.email = "dansonguyen@gmail.com"
|
24
24
|
gem.authors = ["dannguyen"]
|
25
|
+
gem.files.exclude 'spec/fixtures/images/*.jpg' # exclude temporary directory
|
26
|
+
|
25
27
|
# dependencies defined in Gemfile
|
26
28
|
end
|
27
29
|
Jeweler::RubygemsDotOrgTasks.new
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.3
|
data/yearbook.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "yearbook"
|
8
|
-
s.version = "0.2.
|
8
|
+
s.version = "0.2.3"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["dannguyen"]
|
@@ -35,12 +35,6 @@ Gem::Specification.new do |s|
|
|
35
35
|
"lib/yearbook/att_hash.rb",
|
36
36
|
"lib/yearbook/classifier.rb",
|
37
37
|
"lib/yearbook/image.rb",
|
38
|
-
"spec/fixtures/images/bush-george-w.jpg",
|
39
|
-
"spec/fixtures/images/obama-barack.jpg",
|
40
|
-
"spec/fixtures/images/roosevelt-teddy.jpg",
|
41
|
-
"spec/fixtures/images/stuart-gilbert.jpg",
|
42
|
-
"spec/fixtures/images/tyler-john.jpg",
|
43
|
-
"spec/fixtures/images/washington-george.jpg",
|
44
38
|
"spec/spec_helper.rb",
|
45
39
|
"spec/yearbook_spec.rb",
|
46
40
|
"yearbook.gemspec"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yearbook
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -181,12 +181,6 @@ files:
|
|
181
181
|
- lib/yearbook/att_hash.rb
|
182
182
|
- lib/yearbook/classifier.rb
|
183
183
|
- lib/yearbook/image.rb
|
184
|
-
- spec/fixtures/images/bush-george-w.jpg
|
185
|
-
- spec/fixtures/images/obama-barack.jpg
|
186
|
-
- spec/fixtures/images/roosevelt-teddy.jpg
|
187
|
-
- spec/fixtures/images/stuart-gilbert.jpg
|
188
|
-
- spec/fixtures/images/tyler-john.jpg
|
189
|
-
- spec/fixtures/images/washington-george.jpg
|
190
184
|
- spec/spec_helper.rb
|
191
185
|
- spec/yearbook_spec.rb
|
192
186
|
- yearbook.gemspec
|
@@ -205,7 +199,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
205
199
|
version: '0'
|
206
200
|
segments:
|
207
201
|
- 0
|
208
|
-
hash:
|
202
|
+
hash: 1267896751848541700
|
209
203
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
210
204
|
none: false
|
211
205
|
requirements:
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|