my_string_extended_rak 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_extended_rak.rb +5 -0
  3. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MzRkNWU5NGZlOTVjNTM2MjRhMGYxMTFhOWQxMTE1NTA5MGYzMGIzYQ==
5
+ data.tar.gz: !binary |-
6
+ MTRjODE0ZmVjMGFiZWFhMjhkMDZiYzEzZmIyMTRlYTIxYmE4MTFiYw==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ NGExMWFiNDAzYThiMmQzM2VlNmE4NjM5OGVlNjg4ZTlhNjQyMDg4N2NlOTRh
10
+ Mjk5MzhhNThlN2ZlOTI5MjYyY2Y5OTI3MThkOWM4OGVhOTRiOTlkNDhhZmM4
11
+ M2I2NGY5MDNlYzI4MzNhMDdkZmI0MmY2NzUxZmJjZGU4ZWY2YTk=
12
+ data.tar.gz: !binary |-
13
+ ODEzZDJmNTdiMTU5NDBmODUxZDA0NjJkZjk1MGM3OTY4YTQzNjkwYTBkMWUy
14
+ YzlkN2JkOGFiNTFhNDM2NTg3MDEyOGRjZmVjZmE0N2JjNTcxYWExMzY2ZDBj
15
+ MTEzNTU1MjY0N2IxZWYyMGE0NDkzZGQxZGQzM2UyNDQ2NzQ5OGM=
@@ -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_extended_rak
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Rich K
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
+ - rkrueger@gmail.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - lib/my_string_extended_rak.rb
23
+ homepage: http://www.hqual.net/
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: []