st2csv 0.0.3 → 0.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 35ad3a89d01ada4e101dde87038c19ba3de842cd
4
- data.tar.gz: e92465712da8b312196d2f789bf55a3e445eaf34
3
+ metadata.gz: 850475404375d2bea6fce268c397e05d952d7bde
4
+ data.tar.gz: 4fdadda3cdeada2841e718faa03418d6dbf1378f
5
5
  SHA512:
6
- metadata.gz: e674d271bb9772a357472fb5d54479bb9927992d70a04e54426a37664a4409f306df5cea6050b3d6f4fb1ad67f9cf904522a49079b3326d9d32e0496ed4a20df
7
- data.tar.gz: a34a7653b80eda8e8759ae62de0ee99c869f501c474f6680247fd57b37fade8ac985c543256f16e6fd6b3e59c8087655f1e9efc5479f1433f2689afb59ae7fa8
6
+ metadata.gz: 6aa71f5d121b18bcdf8aa5eea3219fcd40cde48c24e690f4564ee1eb110f775aac2b6c9263fc984e8d1393f531edb73d611ef76712cca8fd1416d59d6e5cc7ca
7
+ data.tar.gz: e9faebd670e2d84daf62413144ac2e18cbf6a7761fc12e2ef9caac32c9267149924e55ffe769ad61b0230721daa130de9429cbc45bafc36e8a609c020dbe104a
@@ -1,3 +1,3 @@
1
1
  module St2csv
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
data/st2csv.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Surrey Traffic Loop Data into csv.}
13
13
  spec.description = %q{Converts the json data from surrey traffic loops API into CSV.}
14
- spec.homepage = "https://communitylogiq.com"
14
+ spec.homepage = "https://github.com/comunitylogiq/st2csv"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: st2csv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arvinder Singh
@@ -74,7 +74,7 @@ files:
74
74
  - lib/st2csv.rb
75
75
  - lib/st2csv/version.rb
76
76
  - st2csv.gemspec
77
- homepage: https://communitylogiq.com
77
+ homepage: https://github.com/comunitylogiq/st2csv
78
78
  licenses:
79
79
  - MIT
80
80
  metadata: {}