jasmine-fixtures 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- data/{LICENSE → MIT-LICENSE} +0 -0
- data/VERSION +1 -1
- data/jasmine-fixtures.gemspec +4 -5
- metadata +5 -6
data/{LICENSE → MIT-LICENSE}
RENAMED
File without changes
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.7
|
data/jasmine-fixtures.gemspec
CHANGED
@@ -5,16 +5,15 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{jasmine-fixtures}
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.7"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Roger Neel", "Jonathan Barnes", "JB Steadman", "Andrew Cantino"]
|
12
|
-
s.date = %q{2011-01
|
12
|
+
s.date = %q{2011-03-01}
|
13
13
|
s.description = %q{Dump out DOM that you want to test. Use jasmine-fixtures to load that DOM into your Jasmine specs. See http://github.com/mavenlink/jasmine-fixtures for more.}
|
14
14
|
s.email = %q{roger@mavenlink.com}
|
15
15
|
s.extra_rdoc_files = [
|
16
|
-
"
|
17
|
-
"README.rdoc"
|
16
|
+
"README.rdoc"
|
18
17
|
]
|
19
18
|
s.files = [
|
20
19
|
".bundle/config",
|
@@ -23,7 +22,7 @@ Gem::Specification.new do |s|
|
|
23
22
|
".pairs",
|
24
23
|
"Gemfile",
|
25
24
|
"Gemfile.lock",
|
26
|
-
"LICENSE",
|
25
|
+
"MIT-LICENSE",
|
27
26
|
"README.rdoc",
|
28
27
|
"Rakefile",
|
29
28
|
"VERSION",
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jasmine-fixtures
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 7
|
10
|
+
version: 0.1.7
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Roger Neel
|
@@ -18,7 +18,7 @@ autorequire:
|
|
18
18
|
bindir: bin
|
19
19
|
cert_chain: []
|
20
20
|
|
21
|
-
date: 2011-01
|
21
|
+
date: 2011-03-01 00:00:00 -08:00
|
22
22
|
default_executable:
|
23
23
|
dependencies:
|
24
24
|
- !ruby/object:Gem::Dependency
|
@@ -90,7 +90,6 @@ executables: []
|
|
90
90
|
extensions: []
|
91
91
|
|
92
92
|
extra_rdoc_files:
|
93
|
-
- LICENSE
|
94
93
|
- README.rdoc
|
95
94
|
files:
|
96
95
|
- .bundle/config
|
@@ -99,7 +98,7 @@ files:
|
|
99
98
|
- .pairs
|
100
99
|
- Gemfile
|
101
100
|
- Gemfile.lock
|
102
|
-
- LICENSE
|
101
|
+
- MIT-LICENSE
|
103
102
|
- README.rdoc
|
104
103
|
- Rakefile
|
105
104
|
- VERSION
|