pokemonit 0.1.1 → 0.1.2

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: 49c1da652470c0bd574feac40f5c382f4177d47d
4
- data.tar.gz: 9eb7caae6b27d12775a04ea6765983c7f804f72e
3
+ metadata.gz: e0053285278e0cecaade3c835e31cab5a8f5cc71
4
+ data.tar.gz: 906dcf10fb01d918ad8751404e820fe1b03e2724
5
5
  SHA512:
6
- metadata.gz: 86e57ae85f9495ec82acd0053b45937386aad79a12ccdf1d2a9a7e820cce56755c0b8f1010f88d19bf607d134bdb158dab6456521b69f4efb8d5e6a92a522067
7
- data.tar.gz: 853cad8b2871922927e96ee3b41d1e662b041f44ff7ed66d89da354f9f18157d28cec0e58c25f3d835969a0f200c0534c58bc1462af4b5c0b0489d15f4819e61
6
+ metadata.gz: 8195b48fbd5f7e751bc423d4aafd1275b07d91290516c5e032647f67ad3d404cbb2bd261ef71f5f19505515a825aad850c403b20f4c217dad78b2f77ca63f5a3
7
+ data.tar.gz: 62cd0d960148d35c1e24ee0279b9be7e8756f35dcb545228963325a1dcfde25655366882fae9c51051005ad6e9e8fb7c8b10a53141a3cc67017f8d59ea2dcfd4
data/README.md CHANGED
@@ -22,7 +22,12 @@ Or install it yourself as:
22
22
 
23
23
  ## Usage
24
24
 
25
- TODO: Write usage instructions here
25
+ Type
26
+ '''ruby
27
+ Pokemon::Damage('jigglypuff')
28
+ '''
29
+
30
+ and this will return an hash with the pokemon's name, types, weaknesses, and strengths.
26
31
 
27
32
  ## Development
28
33
 
@@ -1,3 +1,3 @@
1
1
  class Pokemonit
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -0,0 +1,3 @@
1
+ require_relative '../lib/pokemonit/version'
2
+
3
+ puts Pokemonit.new()
Binary file
Binary file
Binary file
@@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Ian Thorp"]
10
10
  spec.email = ["IanMThorp@gmail.com"]
11
11
 
12
- spec.summary = %q{my summary}
13
- spec.description = %q{my description}
14
- spec.homepage = "http://mysite.com"
12
+ spec.summary = %q{Finding Pokemon details}
13
+ spec.description = %q{This gem lets you find a pokemon's weaknesses and strengths}
14
+ spec.homepage = "https://github.com/IanThorp/pokemonit"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files`.split("\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pokemonit
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
  - Ian Thorp
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - '='
67
67
  - !ruby/object:Gem::Version
68
68
  version: 1.1.2
69
- description: my description
69
+ description: This gem lets you find a pokemon's weaknesses and strengths
70
70
  email:
71
71
  - IanMThorp@gmail.com
72
72
  executables: []
@@ -85,10 +85,14 @@ files:
85
85
  - bin/setup
86
86
  - lib/pokemonit.rb
87
87
  - lib/pokemonit/version.rb
88
+ - lib/test.rb
89
+ - pokemonit-0.1.0.gem
90
+ - pokemonit-0.1.0.zip
91
+ - pokemonit-0.1.1.gem
88
92
  - pokemonit.gemspec
89
93
  - spec/pokemonit_spec.rb
90
94
  - spec/spec_helper.rb
91
- homepage: http://mysite.com
95
+ homepage: https://github.com/IanThorp/pokemonit
92
96
  licenses:
93
97
  - MIT
94
98
  metadata: {}
@@ -111,5 +115,5 @@ rubyforge_project:
111
115
  rubygems_version: 2.4.5.1
112
116
  signing_key:
113
117
  specification_version: 4
114
- summary: my summary
118
+ summary: Finding Pokemon details
115
119
  test_files: []