just_inform 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ec2675e3a079ced6653676bdea664378f0e7bb1e
4
- data.tar.gz: 3e68625e479cf8959c347d4b1bfe777ea64f2c3e
3
+ metadata.gz: 28b75d21e7dae90ea3aa8bf9150c15d111522fcb
4
+ data.tar.gz: 5057a9f7666666467ac2c9ac4a27fd304df19dc0
5
5
  SHA512:
6
- metadata.gz: 4726db2cd02fcb8f5b0cc698b2cfe05e6f35ad43504828d6393481d4b47fe6088a411190ebdc70be3c1efe8d034e51fdf86f6b2ef2c44074daf4969075743bd7
7
- data.tar.gz: bd4bfa4acbb2a9271b296c037458adcc58215d6ef7465c16ddf3bba7e6f5265000c8757e3903732be0c85700cd439cda3b08b6c014de28f1dc632225e9ed4bac
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
@@ -33,5 +33,4 @@ Gem::Specification.new do |s|
33
33
  s.rdoc_options = ["--charset=UTF-8"]
34
34
  s.require_paths = ["lib"]
35
35
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
36
-
37
36
  end
@@ -1,7 +1,6 @@
1
1
  module JustInform
2
2
  class Parser
3
3
  require 'nokogiri' unless defined?(Nokogiri)
4
- require 'pry'
5
4
  attr_accessor :doc
6
5
 
7
6
  def initialize
@@ -1,3 +1,3 @@
1
1
  module JustInform
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: just_inform
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Grevich