my_string_extend_wolly 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_wolly.rb +5 -0
  3. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ YTI4MzlmYzlkYzZjOTVmODJlYWI1Nzc4NzdkZDVjOGJmMWUwMTVjZQ==
5
+ data.tar.gz: !binary |-
6
+ MzQwYzMzZWU4MDBhOTljYjA5OGE5NzFlMjRjNjYxNDY0NDc4ZjBjYQ==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ NGEyZjJiZTA5NjAxYTM3ZWExODQ5OWVhYjZmYmRjZTQ3MzZmNmQ4MzI2ZTcz
10
+ ZDhjZTQ2OTU1MDU4NDg1NDA2ZDJhMmZiNmU1NjgwOTYzZGQxZWJlMGYwY2E1
11
+ YjU3ZDI1ZDRmODlkMzRiOGUwM2RiMzE5MjE0MTNiNjY4ZjFjNjI=
12
+ data.tar.gz: !binary |-
13
+ OWQ4YzNjOTBmYjljYzA1YjRmYTdiYmY4OTY5ZTM3MjRmOWZmODRjMTZiMGFh
14
+ YTdmNTFlOTg5ZWI1MDgyMTAxODg2MWQyMGFlZjI4NDFkYWVkZDlmZmQzODgw
15
+ OTllM2JiMzdlMWQ3MTQwYmY1OGM4ODZkOTA5ZjMwNTAwZDQzOTA=
@@ -0,0 +1,5 @@
1
+ class String
2
+ def writesize
3
+ self.size
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: my_string_extend_wolly
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Ruzis
8
+ - Satish Talim
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-07-25 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: The library opens up the String class and adds a method writesize, which
15
+ returns the size of the string.
16
+ email:
17
+ - ''
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - lib/my_string_extend_wolly.rb
23
+ homepage: ''
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.5
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: String Extend
46
+ test_files: []