image_spec 0.0.1
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/LICENSE +0 -0
- data/README.md +0 -0
- data/image_spec.gemspec +22 -0
- metadata +70 -0
data/LICENSE
ADDED
|
File without changes
|
data/README.md
ADDED
|
File without changes
|
data/image_spec.gemspec
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
|
|
2
|
+
Gem::Specification.new do |s|
|
|
3
|
+
s.name = 'image_spec'
|
|
4
|
+
s.version = '0.0.1'
|
|
5
|
+
s.authors = ["Matt Wynne, Mike Howson"]
|
|
6
|
+
s.description = 'A library of Rspec matchers to allow comparison of similar images'
|
|
7
|
+
s.summary = "image_spec-#{s.version}"
|
|
8
|
+
s.email = 'mikehowson@gmail.com'
|
|
9
|
+
s.homepage = "http://github.com/mikehowson/image_spec"
|
|
10
|
+
|
|
11
|
+
s.platform = Gem::Platform::RUBY
|
|
12
|
+
#s.add_dependency 'cucumber', '~> 0.10.2'
|
|
13
|
+
#s.add_development_dependency 'aruba'
|
|
14
|
+
|
|
15
|
+
s.rubygems_version = "1.4.2"
|
|
16
|
+
s.files = `git ls-files`.split("\n")
|
|
17
|
+
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
|
|
18
|
+
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
19
|
+
s.extra_rdoc_files = ["LICENSE", "README.md"]
|
|
20
|
+
s.rdoc_options = ["--charset=UTF-8"]
|
|
21
|
+
s.require_path = "lib"
|
|
22
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: image_spec
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 29
|
|
5
|
+
prerelease:
|
|
6
|
+
segments:
|
|
7
|
+
- 0
|
|
8
|
+
- 0
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.0.1
|
|
11
|
+
platform: ruby
|
|
12
|
+
authors:
|
|
13
|
+
- Matt Wynne, Mike Howson
|
|
14
|
+
autorequire:
|
|
15
|
+
bindir: bin
|
|
16
|
+
cert_chain: []
|
|
17
|
+
|
|
18
|
+
date: 2011-06-09 00:00:00 +01:00
|
|
19
|
+
default_executable:
|
|
20
|
+
dependencies: []
|
|
21
|
+
|
|
22
|
+
description: A library of Rspec matchers to allow comparison of similar images
|
|
23
|
+
email: mikehowson@gmail.com
|
|
24
|
+
executables: []
|
|
25
|
+
|
|
26
|
+
extensions: []
|
|
27
|
+
|
|
28
|
+
extra_rdoc_files:
|
|
29
|
+
- LICENSE
|
|
30
|
+
- README.md
|
|
31
|
+
files:
|
|
32
|
+
- LICENSE
|
|
33
|
+
- README.md
|
|
34
|
+
- image_spec.gemspec
|
|
35
|
+
has_rdoc: true
|
|
36
|
+
homepage: http://github.com/mikehowson/image_spec
|
|
37
|
+
licenses: []
|
|
38
|
+
|
|
39
|
+
post_install_message:
|
|
40
|
+
rdoc_options:
|
|
41
|
+
- --charset=UTF-8
|
|
42
|
+
require_paths:
|
|
43
|
+
- lib
|
|
44
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
45
|
+
none: false
|
|
46
|
+
requirements:
|
|
47
|
+
- - ">="
|
|
48
|
+
- !ruby/object:Gem::Version
|
|
49
|
+
hash: 3
|
|
50
|
+
segments:
|
|
51
|
+
- 0
|
|
52
|
+
version: "0"
|
|
53
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
54
|
+
none: false
|
|
55
|
+
requirements:
|
|
56
|
+
- - ">="
|
|
57
|
+
- !ruby/object:Gem::Version
|
|
58
|
+
hash: 3
|
|
59
|
+
segments:
|
|
60
|
+
- 0
|
|
61
|
+
version: "0"
|
|
62
|
+
requirements: []
|
|
63
|
+
|
|
64
|
+
rubyforge_project:
|
|
65
|
+
rubygems_version: 1.6.2
|
|
66
|
+
signing_key:
|
|
67
|
+
specification_version: 3
|
|
68
|
+
summary: image_spec-0.0.1
|
|
69
|
+
test_files: []
|
|
70
|
+
|