answers-testing 0.0.0 → 0.0.0.2
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.
- checksums.yaml +4 -4
- data/answers-testing.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cc684f6014b9a9150d4ecfb7f5210ca9191e8cd3
|
|
4
|
+
data.tar.gz: aa60144fa6a390e957c6ff7951165855fe061af5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 710f23f36e493fad6a1c80e9b9ed3ef802e063c37b5f073f279badbd921bf8e31c0b4d20575c1f528d36c905e9f2189ee0ab4aeb472897172401fb5f5106c000
|
|
7
|
+
data.tar.gz: 061565a3fab7cd00efe7f2ca72054c3ea002f64b44bb5557131780a46153d5402bef134b5714e0df2889d236d7462e6ccad132628b2c2c892f17d2f8179c5d75
|
data/answers-testing.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ version = Answers::Version.to_s
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.platform = Gem::Platform::RUBY
|
|
8
8
|
s.name = %q{answers-testing}
|
|
9
|
-
s.version = '0.0.0'
|
|
9
|
+
s.version = '0.0.0.2'
|
|
10
10
|
s.summary = %q{Testing plugin for Answers}
|
|
11
11
|
s.description = %q{This plugin adds the ability to test against the Answers CMS gem while inside an Answers extension}
|
|
12
12
|
s.email = ["justin.grevich@gsa.gov", "amos.stone@gsa.gov", "alan.delevie@gsa.gov"]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: answers-testing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.0
|
|
4
|
+
version: 0.0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nick Bristow
|
|
@@ -14,7 +14,7 @@ authors:
|
|
|
14
14
|
autorequire:
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
|
-
date: 2014-09-
|
|
17
|
+
date: 2014-09-17 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: answers-core
|
|
@@ -161,3 +161,4 @@ signing_key:
|
|
|
161
161
|
specification_version: 4
|
|
162
162
|
summary: Testing plugin for Answers
|
|
163
163
|
test_files: []
|
|
164
|
+
has_rdoc:
|