open311 0.0.0 → 0.0.1

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- open311 (0.0.0)
4
+ open311 (0.0.1)
5
5
  faraday (~> 0.5.2)
6
6
  faraday_middleware (~> 0.2.3)
7
7
  hashie (~> 0.4.0)
data/README.mkd CHANGED
@@ -2,7 +2,7 @@ Open311
2
2
  =======
3
3
  A Ruby wrapper for the Open311 API v2.
4
4
 
5
- Does your project or company use this gem?
5
+ Does your project or organization use this gem?
6
6
  ------------------------------------------
7
7
  Add it to the [apps](http://github.com/cfalabs/open311/wiki/apps) wiki!
8
8
 
@@ -20,8 +20,8 @@ Usage Examples
20
20
 
21
21
  # Certain methods require an API key
22
22
  Open311.configure do |config|
23
- config.api_key = YOUR_API_KEY
24
23
  config.endpoint = 'https://open311.sfgov.org/'
24
+ config.format = 'xml'
25
25
  config.jurisdiction = 'sfgov.org'
26
26
  end
27
27
 
@@ -1,3 +1,3 @@
1
1
  module Open311
2
- VERSION = "0.0.0"
2
+ VERSION = "0.0.1"
3
3
  end
data/open311.gemspec CHANGED
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
19
  s.authors = ["Dan Melton", "Erik Michaels-Ober"]
20
20
  s.description = %q{A Ruby wrapper for the Open311 API v2.}
21
21
  s.post_install_message =<<eos
22
- Using this gem for your project or company? Add it to the apps wiki!
22
+ Using this gem in your project or organization? Add it to the apps wiki!
23
23
  https://github.com/cfalabs/open311/wiki/apps
24
24
  eos
25
25
  s.email = ["dan@codeforamerica.org"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: open311
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 0
10
- version: 0.0.0
9
+ - 1
10
+ version: 0.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dan Melton
@@ -272,7 +272,7 @@ homepage: http://rubygems.org/gems/open311
272
272
  licenses: []
273
273
 
274
274
  post_install_message: |
275
- Using this gem for your project or company? Add it to the apps wiki!
275
+ Using this gem in your project or organization? Add it to the apps wiki!
276
276
  https://github.com/cfalabs/open311/wiki/apps
277
277
 
278
278
  rdoc_options: []