pokemon_faker 0.1.1 → 0.1.2
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 +4 -4
- data/lib/pokemon_faker/version.rb +1 -1
- data/pokemon_faker.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 495b68000576668df83523c9fc1986cc02cf19f4
|
|
4
|
+
data.tar.gz: ffc63baba062f0ab85c703aabfa516e9050252ba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 53efaf80796b7db46ea5cda03300900df4d5fb54bdf278a726ca88a9dfd19f68d7e8972755cf7b0ffca834792639899ae891f0a3865ac9f8ab600516f8602c41
|
|
7
|
+
data.tar.gz: 883da6bd732be9a3b2a725aeb302e9a871f1ac04c42dedd472c5c8a16f5ad0e448307b0c38f89cd2243eccf20c527d0eaa71b9f62cd478a01833592df3d12d9b
|
data/pokemon_faker.gemspec
CHANGED
|
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["shinwang3@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Ruby Pokemon faker names and avatar pictures.}
|
|
13
|
-
spec.description = %q{Users are able to seed their database with the following methods: PokemonFaker.name, PokemonFaker.picture, PokemonFaker.location and PokemonFaker.match. Please refer to my github
|
|
14
|
-
spec.homepage = "https://github.com/shinwang1/Pokemon-Ruby-Faker-Gem
|
|
13
|
+
spec.description = %q{Users are able to seed their database with the following methods: PokemonFaker.name, PokemonFaker.picture, PokemonFaker.location and PokemonFaker.match. Please refer to my github readme to see examples.}
|
|
14
|
+
spec.homepage = "https://github.com/shinwang1/Pokemon-Ruby-Faker-Gem"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pokemon_faker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shin Wang and Andrew Lee
|
|
@@ -54,7 +54,7 @@ dependencies:
|
|
|
54
54
|
version: '3.0'
|
|
55
55
|
description: 'Users are able to seed their database with the following methods: PokemonFaker.name,
|
|
56
56
|
PokemonFaker.picture, PokemonFaker.location and PokemonFaker.match. Please refer
|
|
57
|
-
to my github
|
|
57
|
+
to my github readme to see examples.'
|
|
58
58
|
email:
|
|
59
59
|
- shinwang3@gmail.com
|
|
60
60
|
executables: []
|
|
@@ -74,7 +74,7 @@ files:
|
|
|
74
74
|
- lib/pokemon_faker/version.rb
|
|
75
75
|
- pokemon_faker-0.1.0.gem
|
|
76
76
|
- pokemon_faker.gemspec
|
|
77
|
-
homepage: https://github.com/shinwang1/Pokemon-Ruby-Faker-Gem
|
|
77
|
+
homepage: https://github.com/shinwang1/Pokemon-Ruby-Faker-Gem
|
|
78
78
|
licenses:
|
|
79
79
|
- MIT
|
|
80
80
|
metadata: {}
|