my_string_extend_rvh 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +15 -0
  2. data/lib/my_string_extend_rvh.rb +4 -0
  3. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MmVmMjZhMzhmZGIxMzFmYmZlZmFjOWQwODJjNDJlNWQ3NzE0MGZmZg==
5
+ data.tar.gz: !binary |-
6
+ ZmUwYmU0NTExYzMwNGY3MTIwOThhOWI3YTcyNjBjMjIzYzZmNzg2OA==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ MDA2OWU2ODQzZTM3MDhkZTExMTkxYTQ1YWQ3ZWVhNDVkNWZmMWZkMjM3OWFi
10
+ NzI1YmVjNDQ5ZmVhYzhmMWI4MTNmNjkxNTEzMGNkMzljNDEwOTZhYzRhOTJj
11
+ YzE4YmNkZWU0YTZmODQ3MGJhMzY2Mjk3NjNiNmVkODZjNTc5MjE=
12
+ data.tar.gz: !binary |-
13
+ Y2FhMGViOThkMmNhZTk2YWEzNzFlMjgxNzI3ZGQxOGFhMTdhNzEwYmVjNWMz
14
+ NjVmY2NiMTg0NDgxNDdlM2Y4OWZjNmQ5YWNhNTg2ZTY5YTY3Y2Q2YjM5MWFi
15
+ YzM0ZmQwMDM2NzliMWRkZmQ0YWY0NmIzOTYzODU5NDYxOWU5YmY=
@@ -0,0 +1,4 @@
1
+ class String
2
+ def writesize
3
+ self.size
4
+ end end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: my_string_extend_rvh
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Randal Hanford
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-06-30 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
+ - rhanford@gmail.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - lib/my_string_extend_rvh.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.3
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: String Extend
46
+ test_files: []