ifill 0.6 → 0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MzQwN2NkOGI2YTIzY2MyYWNjZjE2ZDFjYzM5YjdjODU3ZjBjYjA3OQ==
5
- data.tar.gz: !binary |-
6
- Mzc5OGEyZjBmMGMyYTZlYjI1MTlhZmZjMzViZjg0NWJmZTI1NjY4MQ==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- ZWFmOTMyNzVkZjE2YzI3M2E2YWQ2NDYxNWM0MjQ4NDExYmNlZmI2NzM3MGNi
10
- ODBhMDU5MWFjMWI3OWUwM2IyMjhjZTUxZTE0ZmY2MWZiZTZhNTVmZTVhY2U3
11
- ZTY4ZjkxMGMwNDIwN2ZlNTk5ZWI3Mzc5YjgyZTgzNzIzMzI4MDY=
12
- data.tar.gz: !binary |-
13
- ZGIzOGE4OTQ3MGZmODhjZjA4OGZhNjU3ODRkYTNkY2IxNzY0NDgyMTg1MmNk
14
- YWUxOWE2NDEwZmRmODQ0NmZhM2JkYTBjYzZkZDVhNTk3MWFmNWU0YzBlMzg5
15
- ZDk1MTkyNjdkNjA3ZmFhZTYzY2ZiOTNhNzQxMDk1ODY0ZDc3NTI=
2
+ SHA1:
3
+ metadata.gz: a8e3575088440f4f97b1f7dce807ea7f26976348
4
+ data.tar.gz: 46e1f25c293ae04f11fedebc88517897fc2afbc7
5
+ SHA512:
6
+ metadata.gz: bce96da88afcf4942467d8d0d09072cf0e1381fb7da5a1c24c53095cd79d63c0dfaf07205e639fc5af7258ae686e71f32d04d014760d47c0f8f5a502284ff494
7
+ data.tar.gz: 72d6451a1c0e147c80efc5bfa3494f569d727e1010b83ec1fa7a0b998c02317a2b8e8f2a63e878161ccc6eab4c728e94c05fadc0beef7d20c7aa29099cc9f934
@@ -1,23 +1,23 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- presdocs (0.5)
4
+ ifill (0.7)
5
5
  json
6
6
  oj
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- json (1.7.7)
12
- minitest (4.6.1)
13
- oj (2.0.7)
14
- rake (0.8.7)
11
+ json (1.8.1)
12
+ minitest (5.3.3)
13
+ oj (2.8.1)
14
+ rake (10.3.1)
15
15
 
16
16
  PLATFORMS
17
17
  ruby
18
18
 
19
19
  DEPENDENCIES
20
- bundler (>= 1.1.0)
20
+ bundler
21
+ ifill!
21
22
  minitest
22
- presdocs!
23
- rake (= 0.8.7)
23
+ rake
@@ -1,4 +1,4 @@
1
- Copyright (c) 2013 Derek Willis
1
+ Copyright (c) 2014 Derek Willis
2
2
 
3
3
  MIT License
4
4
 
data/README.md CHANGED
@@ -4,9 +4,9 @@ The White House releases a lot of stuff, and some of it is included in what's kn
4
4
 
5
5
  Nearly every day, the White House releases one or more official publications, which may include presidential statements, announcements of nominations, press releases and schedule information. These are published by the Government Printing Office. Ifill wraps JSON endpoints exposed by GPO, which has created a [mobile application](http://m.gpo.gov/dcpd) for browsing and searching these documents. I owe a debt of gratitude to the government employees who made these endpoints available; your commitment to making public information more easily accessible is truly a public service.
6
6
 
7
- Ifill is named for Gwen Ifill, a former New York Times White House correspondent.
7
+ Ifill is named for [Gwen Ifill](http://en.wikipedia.org/wiki/Gwen_Ifill), a former New York Times White House correspondent.
8
8
 
9
- The current version is 0.6.
9
+ The current version is 0.7. It has been tested under Ruby 2.1, 2.0 and 1.9.3.
10
10
 
11
11
  ## Installation
12
12
 
@@ -23,8 +23,8 @@ Gem::Specification.new do |gem|
23
23
 
24
24
  gem.add_dependency "oj"
25
25
 
26
- gem.add_development_dependency "rake", "0.8.7"
27
- gem.add_development_dependency "bundler", ">= 1.1.0"
26
+ gem.add_development_dependency "rake"
27
+ gem.add_development_dependency "bundler"
28
28
  gem.add_development_dependency "minitest"
29
29
 
30
30
  end
@@ -1,3 +1,3 @@
1
1
  module Ifill
2
- VERSION = "0.6"
2
+ VERSION = "0.7"
3
3
  end
@@ -3,7 +3,7 @@ require 'ifill'
3
3
  include Ifill
4
4
  require 'minitest/autorun'
5
5
 
6
- class TestDocument < MiniTest::Unit::TestCase
6
+ class TestDocument < MiniTest::Test
7
7
 
8
8
  def setup
9
9
  @latest = Document.latest
metadata CHANGED
@@ -1,83 +1,83 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ifill
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.6'
4
+ version: '0.7'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Derek Willis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-14 00:00:00.000000000 Z
11
+ date: 2014-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ! '>='
17
+ - - '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ! '>='
24
+ - - '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: oj
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ! '>='
31
+ - - '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ! '>='
38
+ - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '='
45
+ - - '>='
46
46
  - !ruby/object:Gem::Version
47
- version: 0.8.7
47
+ version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '='
52
+ - - '>='
53
53
  - !ruby/object:Gem::Version
54
- version: 0.8.7
54
+ version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bundler
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ! '>='
59
+ - - '>='
60
60
  - !ruby/object:Gem::Version
61
- version: 1.1.0
61
+ version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ! '>='
66
+ - - '>='
67
67
  - !ruby/object:Gem::Version
68
- version: 1.1.0
68
+ version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: minitest
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - ! '>='
73
+ - - '>='
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - ! '>='
80
+ - - '>='
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  description: Thin Ruby wrapper for the Compilation of Presidential Documents
@@ -108,17 +108,17 @@ require_paths:
108
108
  - lib
109
109
  required_ruby_version: !ruby/object:Gem::Requirement
110
110
  requirements:
111
- - - ! '>='
111
+ - - '>='
112
112
  - !ruby/object:Gem::Version
113
113
  version: '0'
114
114
  required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  requirements:
116
- - - ! '>='
116
+ - - '>='
117
117
  - !ruby/object:Gem::Version
118
118
  version: 1.3.6
119
119
  requirements: []
120
120
  rubyforge_project: ifill
121
- rubygems_version: 2.0.3
121
+ rubygems_version: 2.2.0
122
122
  signing_key:
123
123
  specification_version: 4
124
124
  summary: Official publications of materials released by the White House Press Secretary