just_inform 0.0.5 → 0.0.6
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/README.md +3 -2
- data/just_inform.gemspec +0 -1
- data/lib/just_inform/parser.rb +0 -1
- data/lib/just_inform/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 28b75d21e7dae90ea3aa8bf9150c15d111522fcb
|
|
4
|
+
data.tar.gz: 5057a9f7666666467ac2c9ac4a27fd304df19dc0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40f899450a92e4814de7c44e56d9433227354b839bd5dab4ee3d31945590307b11562bd386cbea7576e83e3c6f065865bfcd5a35bf62c54353c0bc924397e74e
|
|
7
|
+
data.tar.gz: 97b0f450d10f72d86c3935b54962c07858bce5a3dc8781c46994772dc0713714c4d4143717ad07ca8043ca063a9912345067359e9a4a4fff699eaf0b85901e06
|
data/README.md
CHANGED
|
@@ -21,9 +21,10 @@ You can also sort by burden hours (:burden) and number of responses (:responses)
|
|
|
21
21
|
|
|
22
22
|
## Todo
|
|
23
23
|
|
|
24
|
-
* Add tests with 100% coverage
|
|
25
|
-
* Add ActiveRecord like finder methods (e.g. Parser.find_by_title('Passport'))
|
|
24
|
+
* Add tests with 100% coverage.
|
|
25
|
+
* Add ActiveRecord like finder methods (e.g. Parser.find_by_title('Passport')).
|
|
26
26
|
* Build into a Sinatra/Rails app that creates an API/webpage exhibiting the topX forms in gov by burden hours, cost, and response numbers. This would be updated daily from the XML feed.
|
|
27
|
+
* Automatically remove downloaded temp files.
|
|
27
28
|
|
|
28
29
|
## License
|
|
29
30
|
[MIT License]
|
data/just_inform.gemspec
CHANGED
data/lib/just_inform/parser.rb
CHANGED
data/lib/just_inform/version.rb
CHANGED