chicago_divvy_stations 0.1.0 → 0.1.1

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: 2072bab16c18603c9d8c6cb5ff637b345f42260a
4
- data.tar.gz: 254a53c3086f33206682e42e67a81ab403ba214a
3
+ metadata.gz: 06e21a108df7311cc04361096502634138d17a63
4
+ data.tar.gz: 2caf36dddd22485e8f5d5024e3b1f4102d8596a2
5
5
  SHA512:
6
- metadata.gz: 8ca808c3fa03f9bf4b22632be130da6be98287a5ffaffa3ef93aed23a7ddbe7b0b07b681cf5c0fb9f3591e7e6412da46b4e5dd330bbe7123cdadf092a73a63d2
7
- data.tar.gz: 231b556697ceb5cfbdd6b3898e6c58a919ecfcf957b6e6a3f737f225aef428f872b2c5004689caea43256c8ee5ebb86d2a8b48db4d0451bad487810910f6c8d0
6
+ metadata.gz: 702de48e5c1290f17f560d03a18456426c41d01a87bb015b1f56dcf5cee5742f341f1b3075674892f5e4c172d679b4a617e136fdb8edd77574b8643673badf62
7
+ data.tar.gz: 6cf720ac9272974963a3f61b75133663e317f541216d71dd3f1a1d1cbaf4d8c796fd29424119a9c5ba20c42716df89ccdbc3fe14f232fee84c319d2b358f58f7
data/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # ChicagoDivvyStations
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/chicago_divvy_stations`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
3
  Wrapper for Chicago Divvy Stations from the city of Chicago's API Portal.
6
4
 
7
5
  ## Installation
@@ -34,5 +32,5 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
34
32
 
35
33
  ## Contributing
36
34
 
37
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/chicago_divvy_stations.
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/egelnoteagle/chicago_divvy_stations.
38
36
 
@@ -8,10 +8,11 @@ Gem::Specification.new do |spec|
8
8
  spec.version = ChicagoDivvyStations::VERSION
9
9
  spec.authors = ["egelnoteagle"]
10
10
  spec.email = ["egelnoteagle@gmail.com"]
11
-
11
+
12
12
  spec.summary = %q{Chicago Divvy Stations Wrapper}
13
13
  spec.description = %q{Searches a list of all Divvy stations, their addresses, and dock information through the city of Chicago's public portal.}
14
14
  spec.homepage = "https://github.com/egelnoteagle/chicago_divvy_stations"
15
+ spec.license = 'MIT'
15
16
 
16
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
18
  # to allow pushing to a single host or delete this section to allow pushing to any host.
@@ -1,3 +1,3 @@
1
1
  module ChicagoDivvyStations
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chicago_divvy_stations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - egelnoteagle
@@ -86,7 +86,8 @@ files:
86
86
  - lib/chicago_divvy_stations.rb
87
87
  - lib/chicago_divvy_stations/version.rb
88
88
  homepage: https://github.com/egelnoteagle/chicago_divvy_stations
89
- licenses: []
89
+ licenses:
90
+ - MIT
90
91
  metadata: {}
91
92
  post_install_message:
92
93
  rdoc_options: []