getth 0.0.0 → 0.0.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/getth.rb +1 -2
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: abab8b0c9a47e1291a931967e2193249fe054aed
4
- data.tar.gz: e9e14b19ef8005878ba76fc588f67cab871f1443
3
+ metadata.gz: b31ea9053fa6b4b98d2c15a726243a09329c9073
4
+ data.tar.gz: dca645ddbf2d275ade68acf1091d1b04d0742186
5
5
  SHA512:
6
- metadata.gz: 1ca63ab463e36dcf5a2e767bb01ac38f774d88027d32817181bd20b832bacaea320a1ed7c05955c96fa218886875c232c86efcf5f29b5ac8a46f1c08393d69d0
7
- data.tar.gz: 26467973852e7f83588272ea18a3bee52c6918e10204059e11f718def0b6d32b86775c5623808991f8c9ed7b04deb37f760dee87c98c18e706cc0fa2d65e2720
6
+ metadata.gz: e71bfd487ade9510ce5db630ad5d0ee34167db1e093493e9efd66644fde000a871899bd4d20df2ae0d3101b1d7a185fcd5ce6a4485dd8fa33ad415d2b90fc338
7
+ data.tar.gz: c05245ad3bca835a7722c4b73ffc0b79dfd7eca60c087b744acc0ddac1a5b1aeae972058361f416b7182e2c28c381c0e108ec78038c0744b096373a4aa308982
data/lib/getth.rb CHANGED
@@ -27,7 +27,7 @@ module Getth
27
27
  self[7]
28
28
  end
29
29
 
30
- def nineth
30
+ def ninth
31
31
  self[8]
32
32
  end
33
33
 
@@ -53,5 +53,4 @@ arr.third => 7
53
53
  arr.fourth => 10
54
54
  arr.tenth => 6
55
55
  "Hello".second => "e"
56
-
57
56
  =end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: getth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sagar Pandya
@@ -10,8 +10,8 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2016-08-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: 'Use English-words to access elements within strings and arrays: second,
14
- third, fourth upto tenth'
13
+ description: 'Access elements from Array objects using methods: second, third, fourth
14
+ upto tenth. Access characters from String objects in the same way'
15
15
  email: sarg@outlook.com
16
16
  executables: []
17
17
  extensions: []
@@ -20,7 +20,7 @@ files:
20
20
  - lib/getth.rb
21
21
  homepage: http://rubygems.org/gems/getth
22
22
  licenses:
23
- - Beerware
23
+ - MIT
24
24
  metadata: {}
25
25
  post_install_message:
26
26
  rdoc_options: []