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 +4 -4
- data/arstotzka.gemspec +4 -4
- data/lib/arstotzka/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 58ec63d9c1394d610f41adbefff57f81ad2dbc66
|
4
|
+
data.tar.gz: 27ad6c08193eafb763a220a2ef9eec7dfba9ce96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29771997f5279078a4647f780be36b36a4dc1a407ff7fb3b88b232ca81447b7debf7fe4f74e9d81f6e3147e5003bb3e438e4347be4746d2ff9df36d9024739c9
|
7
|
+
data.tar.gz: 6413b13c996a55776327d951e9ec5b9adbc3d978374a0bb946abc799f0933160cb1c8d6c8718eb0f194faba273a3876581da0a1ecd5e4b7ad8b7b8f62ee6cd3a
|
data/arstotzka.gemspec
CHANGED
@@ -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 = ["
|
10
|
-
spec.email = ["dev@
|
11
|
-
spec.summary = "
|
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/
|
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) }
|
data/lib/arstotzka/version.rb
CHANGED
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.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
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@
|
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/
|
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:
|
201
|
+
summary: Arstotzka
|
202
202
|
test_files:
|
203
203
|
- spec/fixtures/accounts.json
|
204
204
|
- spec/fixtures/accounts_missing.json
|