sven_string 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 +7 -0
  2. data/lib/sven_string.rb +7 -0
  3. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: fab2c56d888a1e4dcc88e49c1acbcd62af89e315
4
+ data.tar.gz: 5d9354a2714727c8ac125e4ee8914499ea4e8854
5
+ SHA512:
6
+ metadata.gz: 3f581397025918614701e3aa88716b3ee2a9a0fc2b2c0ae69c8bd24ebf04194712ffaedca5f823160cd667dde7078b3536f97a533a809476dc51a85e7ff1e1b1
7
+ data.tar.gz: 439f2fce3680be0e32cff7be7430737e17a1e154d7ebe2afa88e30df133f5c02e56a81dc52feca59c07eb800ddbb97fd5641c8eb3673c0fa5b334c2cf637e4ab
@@ -0,0 +1,7 @@
1
+ class String
2
+ def writeSize
3
+ self.size
4
+ end
5
+ end
6
+
7
+
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sven_string
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - sven
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-07-21 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: The library opens up the String class and adds a method writesize, which
14
+ returns the size of the string.
15
+ email:
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/sven_string.rb
21
+ homepage:
22
+ licenses: []
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.0.5
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: String Extend
44
+ test_files: []