sunlightlabs-tcorps 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.
@@ -20,7 +20,7 @@ class TransparencyCorps
20
20
  if response.body and response.body.strip.any?
21
21
  response.body
22
22
  else
23
- response
23
+ false
24
24
  end
25
25
  end
26
26
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sunlightlabs-tcorps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Mill
@@ -22,7 +22,6 @@ extensions: []
22
22
  extra_rdoc_files: []
23
23
 
24
24
  files:
25
- - ruby-tcorps.gemspec
26
25
  - lib/tcorps.rb
27
26
  - lib/transparency_corps.rb
28
27
  - README.md
data/ruby-tcorps.gemspec DELETED
@@ -1,12 +0,0 @@
1
- Gem::Specification.new do |s|
2
- s.name = "tcorps"
3
- s.version = "0.1.1"
4
- s.date = "2009-08-05"
5
- s.summary = "Library for communicating with the TransparencyCorps API."
6
- s.description = "Library for communicating with the TransparencyCorps API."
7
- s.email = "eric@sunlightfoundation.com"
8
- s.homepage = "http://github.com/sunlightlabs/ruby-tcorps/"
9
- s.authors = ["Eric Mill"]
10
- s.files = ['ruby-tcorps.gemspec', 'lib/tcorps.rb', 'lib/transparency_corps.rb',
11
- 'README.md', 'LICENSE']
12
- end