fredapi 1.0.1 → 1.0.2.pre.8

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 CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: b31b05804a7c630ae9c7f9676225ed532528012c
4
- data.tar.gz: 92998543d3f0d2739bfc830cebf9008d95a017c9
5
- SHA512:
6
- metadata.gz: 287fdd9f6235afdbd06a55801467c7ffe8166b46b8dbdd9873c91311d359f11f65970e278536b456e9aaff166e4e0c893c73b6184c6246f1b07d2d7143585e03
7
- data.tar.gz: 03ee944f4bbae0b989ca2fdc19a72449660c4a41e33a5e82ca1c364b3cceddfa016f5aa31175db144818707771ca672e14c11d33dd77324837b84f8c3006b393
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NWQ1ODc0M2RlMWVlYjQ4NGI3MDVlNTRmYjVjMmQ2OTJlZDU2ZDljZQ==
5
+ data.tar.gz: !binary |-
6
+ NGMzY2ZmYWQ5MDcyNzlmYmFhM2UxYjg2ZTg3ODgxMjI2YTliZDgwOA==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ NWE0Nzg3NjYyOWMxZjhiNDdlMDcxNGVkZDdhMmYzNzkyMTU0Njk4MzJhNThm
10
+ ZmYyYzdjNzA2MzUwYThhMGFlOWQzMzg3MTc2ODhkNDc0YmU4ZjE0MGVjYTI0
11
+ NWFkM2FkMTRhNjc5MDFlOGVkYTg0YjRiYWE1NWFmZmNmMDRhYzQ=
12
+ data.tar.gz: !binary |-
13
+ MDdhNjY3Yzc3NzUxMTAyZTZhNTNhOGY2ZmYxMmFjNWExMDJiZmI0MzRlNjdk
14
+ MDczZWFhNTg5ZDQ5MzM1MmM3MTk4YzEyZDA5ZjA4ZjgzZDViM2MyNjU1NThi
15
+ Yzk1YzE4MmRmY2Q3NGMzZTQ0MDk4MWUwZWIyOWJmYTA1NjliMmE=
data/.gitignore CHANGED
@@ -18,4 +18,5 @@ report.html
18
18
  # YARD artifacts
19
19
  .yardoc
20
20
  _yardoc
21
- doc/
21
+ doc/
22
+ .DS_Store
@@ -1,3 +1,3 @@
1
1
  module FREDAPI
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
@@ -1,5 +1,12 @@
1
1
  require 'coveralls'
2
- Coveralls.wear!
2
+ require 'simplecov'
3
+
4
+ SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
5
+ Coveralls::SimpleCov::Formatter,
6
+ SimpleCov::Formatter::HTMLFormatter,
7
+ ]
8
+
9
+ SimpleCov.start
3
10
  require 'fredapi'
4
11
 
5
12
  RSpec.configure do |config|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fredapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2.pre.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Chrisp
@@ -129,21 +129,20 @@ require_paths:
129
129
  - lib
130
130
  required_ruby_version: !ruby/object:Gem::Requirement
131
131
  requirements:
132
- - - '>='
132
+ - - ! '>='
133
133
  - !ruby/object:Gem::Version
134
134
  version: 1.9.2
135
135
  required_rubygems_version: !ruby/object:Gem::Requirement
136
136
  requirements:
137
- - - '>='
137
+ - - ! '>'
138
138
  - !ruby/object:Gem::Version
139
- version: '0'
139
+ version: 1.3.1
140
140
  requirements: []
141
141
  rubyforge_project:
142
- rubygems_version: 2.1.2
142
+ rubygems_version: 2.0.3
143
143
  signing_key:
144
144
  specification_version: 4
145
145
  summary: FRED API Ruby Wrapper
146
146
  test_files:
147
147
  - spec/fredapi_spec.rb
148
148
  - spec/helper.rb
149
- has_rdoc: