open311 0.0.0 → 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/README.mkd +2 -2
- data/lib/open311/version.rb +1 -1
- data/open311.gemspec +1 -1
- metadata +4 -4
data/Gemfile.lock
CHANGED
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
|
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
|
|
data/lib/open311/version.rb
CHANGED
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
|
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:
|
4
|
+
hash: 29
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 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
|
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: []
|