nearbyfyi-client 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2 @@
1
+ module Nearbyfyi
2
+ end
@@ -0,0 +1,3 @@
1
+ module Nearbyfyi
2
+ VERSION = '0.0.0'
3
+ end
metadata ADDED
@@ -0,0 +1,50 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: nearbyfyi-client
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Matt MacDonald
9
+ - Jason Howes
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+ date: 2012-05-15 00:00:00.000000000 Z
14
+ dependencies: []
15
+ description: Access to the NearbyFYI API for retrieving documents about cities and
16
+ towns.
17
+ email:
18
+ - matt.macdonald@gmail.com
19
+ - jason.howes@gmail.com
20
+ executables: []
21
+ extensions: []
22
+ extra_rdoc_files: []
23
+ files:
24
+ - lib/nearbyfyi/nearbyfyi-client.rb
25
+ - lib/nearbyfyi/version.rb
26
+ homepage: http://www.nearbyfyi.com
27
+ licenses: []
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ none: false
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ requirements: []
45
+ rubyforge_project:
46
+ rubygems_version: 1.8.15
47
+ signing_key:
48
+ specification_version: 3
49
+ summary: A Ruby client for the City and Town NearbyFYI API
50
+ test_files: []