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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4a45032bfc86f96007cfc43fd5dad019d445d9b8
4
- data.tar.gz: 895ac7b5f94fc59e75bece9d392e0230de215d50
3
+ metadata.gz: 495b68000576668df83523c9fc1986cc02cf19f4
4
+ data.tar.gz: ffc63baba062f0ab85c703aabfa516e9050252ba
5
5
  SHA512:
6
- metadata.gz: b57f0d0a053fea87804194e6c90e2fbf9326d018698c4493e17a90eb54d774894636f5fd6e3f2d89c59c8586efd7a7076998498b0888eb00c22e632966e66cd0
7
- data.tar.gz: f7d303a3928035f8083a74dbf648438205ab86a977a5e307e1e886a42b6ec8eb3785af8dfc1d8f02e347e0b7fc03a0651eb501edb2f0aef67b9dcb4649137256
6
+ metadata.gz: 53efaf80796b7db46ea5cda03300900df4d5fb54bdf278a726ca88a9dfd19f68d7e8972755cf7b0ffca834792639899ae891f0a3865ac9f8ab600516f8602c41
7
+ data.tar.gz: 883da6bd732be9a3b2a725aeb302e9a871f1ac04c42dedd472c5c8a16f5ad0e448307b0c38f89cd2243eccf20c527d0eaa71b9f62cd478a01833592df3d12d9b
@@ -1,3 +1,3 @@
1
1
  module PokemonFaker
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -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 below to see examples.}
14
- spec.homepage = "https://github.com/shinwang1/Pokemon-Ruby-Faker-Gem/tree/master/Pokemon-faker"
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.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 below to see examples.'
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/tree/master/Pokemon-faker
77
+ homepage: https://github.com/shinwang1/Pokemon-Ruby-Faker-Gem
78
78
  licenses:
79
79
  - MIT
80
80
  metadata: {}