brainspace 0.1.1 → 0.1.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/Gemfile.lock +1 -1
- data/lib/brainspace/article.rb +7 -0
- data/lib/brainspace/version.rb +1 -1
- data/test/article/article_test.rb +28 -0
- data/test/fixtures/concept_discovery.yml +2507 -0
- metadata +6 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brainspace
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fábio Batista
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-10-
|
11
|
+
date: 2014-10-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -140,10 +140,12 @@ files:
|
|
140
140
|
- lib/brainspace/article.rb
|
141
141
|
- lib/brainspace/collection.rb
|
142
142
|
- lib/brainspace/version.rb
|
143
|
+
- test/article/article_test.rb
|
143
144
|
- test/collection/collection_test.rb
|
144
145
|
- test/fixtures/all_collections.yml
|
145
146
|
- test/fixtures/auth.yml
|
146
147
|
- test/fixtures/bitcoin_colleciton.yml
|
148
|
+
- test/fixtures/concept_discovery.yml
|
147
149
|
- test/fixtures/discovery.yml
|
148
150
|
- test/test_helper.rb
|
149
151
|
homepage: ''
|
@@ -171,10 +173,12 @@ signing_key:
|
|
171
173
|
specification_version: 4
|
172
174
|
summary: Gem to wrap Brainspace API
|
173
175
|
test_files:
|
176
|
+
- test/article/article_test.rb
|
174
177
|
- test/collection/collection_test.rb
|
175
178
|
- test/fixtures/all_collections.yml
|
176
179
|
- test/fixtures/auth.yml
|
177
180
|
- test/fixtures/bitcoin_colleciton.yml
|
181
|
+
- test/fixtures/concept_discovery.yml
|
178
182
|
- test/fixtures/discovery.yml
|
179
183
|
- test/test_helper.rb
|
180
184
|
has_rdoc:
|