my_string_extend_lhp 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 +15 -0
  2. data/lib/my_string_extend_lhp.rb +6 -0
  3. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NjlkNGZhMDllZTZjNThiYTlkZDBkNzJkNTc4YjgxZTI1ZmUwZjAwNw==
5
+ data.tar.gz: !binary |-
6
+ NjgzZDJjNjcxYWRiNzMxMDNkODdhNDk3ODI1NGE0NTU0Y2IyNDMwZA==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ ODhjY2UwOWQ4ZDI2NTQzOGNlNWQ4ZWY2N2EwNDllNmIxMDM2OTU1NTZmMzNl
10
+ OWM5ODNiNjg4M2VjM2IyNTZmMTUwYzE5YzFhYzYzZjE4MmI3ZTFjZGEwODY5
11
+ ZDAzOTEyN2IyMDM5ZDU1MGU1YjY4NmFhYTA4MmM0M2NiMzVlMDE=
12
+ data.tar.gz: !binary |-
13
+ NDM1ZjNlNDAyODBhMzEzMTRmZDJlNjYyZjgzMWU3YjkzNzc2MjdjMGU4NDU1
14
+ ZmE1YTM4MmZlZmY2MDQwZTZmMTE5ZTFkZDU1ZTAzZjQ0M2EyYjdmMjBiMWI3
15
+ OWQ1YzE2ZjAxYzM0MjliNmE1MTQ3YzFkMmQ2ZmNiMThiYTg4MGY=
@@ -0,0 +1,6 @@
1
+ # my_string_extend_lhp.rb
2
+ class String
3
+ def writesize
4
+ self.size
5
+ end
6
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: my_string_extend_lhp
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - lilhotpepper
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-02-18 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: ! 'The library opens up the String class and adds a method
14
+
15
+ writesize, which returns the size of the string.'
16
+ email:
17
+ - kimberlybaker009@gmail.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - lib/my_string_extend_lhp.rb
23
+ homepage: http://rubylearning.org/
24
+ licenses: []
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ! '>='
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ! '>='
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.0.7
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: String Extend
46
+ test_files: []