arstotzka 1.0.0 → 1.0.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: 15a7631fb286cccc364034583007f5a8297fd060
4
- data.tar.gz: 21421c75c92d86840b2a622de626e4d83ea58998
3
+ metadata.gz: 58ec63d9c1394d610f41adbefff57f81ad2dbc66
4
+ data.tar.gz: 27ad6c08193eafb763a220a2ef9eec7dfba9ce96
5
5
  SHA512:
6
- metadata.gz: 5a37e563c29470385399555ac5000977a31d6ced5ebc65eed86289426ff1a55e2e2aa96544525c84a1583ec7fb242c942520cebf590354468ad1966980b6c287
7
- data.tar.gz: b03337d691634b834270b080ced42eb495189f9ddb5d63bd239b6714cf4ede664ae41d8a9d5de76de0c7e751fa1b78baa4e74194a2d85d4fb8179d45631a8f14
6
+ metadata.gz: 29771997f5279078a4647f780be36b36a4dc1a407ff7fb3b88b232ca81447b7debf7fe4f74e9d81f6e3147e5003bb3e438e4347be4746d2ff9df36d9024739c9
7
+ data.tar.gz: 6413b13c996a55776327d951e9ec5b9adbc3d978374a0bb946abc799f0933160cb1c8d6c8718eb0f194faba273a3876581da0a1ecd5e4b7ad8b7b8f62ee6cd3a
@@ -6,11 +6,11 @@ require 'arstotzka/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "arstotzka"
8
8
  spec.version = Arstotzka::VERSION
9
- spec.authors = ["Bidu Dev's Team"]
10
- spec.email = ["dev@bidu.com.br"]
11
- spec.summary = "Json Parser"
9
+ spec.authors = ["Darthjee"]
10
+ spec.email = ["dev@gmail.com"]
11
+ spec.summary = "Arstotzka"
12
12
  spec.description = spec.description
13
- spec.homepage = "https://github.com/Bidu/arstotzka"
13
+ spec.homepage = "https://github.com/darthjee/arstotzka"
14
14
 
15
15
  spec.files = `git ls-files`.split($/)
16
16
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module Arstotzka
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arstotzka
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
- - Bidu Dev's Team
7
+ - Darthjee
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -124,7 +124,7 @@ dependencies:
124
124
  version: '0'
125
125
  description: ''
126
126
  email:
127
- - dev@bidu.com.br
127
+ - dev@gmail.com
128
128
  executables: []
129
129
  extensions: []
130
130
  extra_rdoc_files: []
@@ -176,7 +176,7 @@ files:
176
176
  - spec/support/models/star.rb
177
177
  - spec/support/models/star_gazer.rb
178
178
  - spec/support/shared_examples/wrapper.rb
179
- homepage: https://github.com/Bidu/arstotzka
179
+ homepage: https://github.com/darthjee/arstotzka
180
180
  licenses: []
181
181
  metadata: {}
182
182
  post_install_message:
@@ -198,7 +198,7 @@ rubyforge_project:
198
198
  rubygems_version: 2.6.11
199
199
  signing_key:
200
200
  specification_version: 4
201
- summary: Json Parser
201
+ summary: Arstotzka
202
202
  test_files:
203
203
  - spec/fixtures/accounts.json
204
204
  - spec/fixtures/accounts_missing.json