next_train 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/next_train.gemspec +2 -2
  4. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e71f149f31604f0703404e2c752639c909be585a
4
- data.tar.gz: 19ed2d88a0ba7bcd6cf3ed5869b5b730dfabb4cf
3
+ metadata.gz: f7a6d53660a7edf982142122a85a7c4fb8576a53
4
+ data.tar.gz: 67fc9c172c350f965f89a1f15879b315849e049b
5
5
  SHA512:
6
- metadata.gz: 945b48ec270b02d314450ad3955622e614e56b89ae92c9f1325bd8265946211853f0529d315cdd98f1112ab0ec9418183b714fec64add5013f48ecef2f1d7d78
7
- data.tar.gz: 49edf79f746b583972565796e0f9cfa000bca4eac3e28d82633a56768e646ea66ae0081446018dbefff7db5e08d4e1cdaa821e17a01a82327a9417763a85f649
6
+ metadata.gz: e03931b0efdba2c181ace210c67c5315d72679cba2e145ecb0fce561e0522cec98ba701e428a9049f0bddb78e1c5e5eaff1bc4d0e0099c0ee54f4ae734ec94a7
7
+ data.tar.gz: db02e5d04078537b4c63ee85eb60d96d2ac8dd91b768a1d1b7a38d8f7ccfc2ee1a9cba114dde8d55fd935f4645d7977d3f90d3449542d691df31122ee06e74f6
@@ -0,0 +1 @@
1
+ pkg
@@ -4,12 +4,12 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "next_train"
7
- spec.version = "0.0.1"
7
+ spec.version = "0.0.2"
8
8
  spec.authors = ["Sandro Padin"]
9
9
  spec.email = ["sandropadin@gmail.com"]
10
10
  spec.summary = %q{Find out when the next CTA train arrives.}
11
11
  spec.description = %q{Find out when the next CTA train arrives.}
12
- spec.homepage = "https://github.com/spadin/next-train"
12
+ spec.homepage = "https://github.com/spadin/next_train"
13
13
  spec.license = "MIT"
14
14
 
15
15
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: next_train
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandro Padin
@@ -129,6 +129,7 @@ executables: []
129
129
  extensions: []
130
130
  extra_rdoc_files: []
131
131
  files:
132
+ - ".gitignore"
132
133
  - Gemfile
133
134
  - Gemfile.lock
134
135
  - LICENSE.txt
@@ -138,7 +139,7 @@ files:
138
139
  - next_train.gemspec
139
140
  - spec/next_train_spec.rb
140
141
  - spec/spec_helper.rb
141
- homepage: https://github.com/spadin/next-train
142
+ homepage: https://github.com/spadin/next_train
142
143
  licenses:
143
144
  - MIT
144
145
  metadata: {}