oh_my_method 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/oh_my_method/string.rb +5 -0
- data/lib/oh_my_method/version.rb +1 -1
- data/lib/oh_my_method.rb +1 -0
- data/spec/oh_my_method/string_spec.rb +10 -0
- metadata +4 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: de64df8090017c131c6c5b34a24a53a1942585f3
|
4
|
+
data.tar.gz: 210b2aa51a39f20a0efe82fba868077356c2525e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e24904ff458fa1c90bc089c0f3180f15e6a1746649b7e77e32795637d0d18777ca950fe5ba0db9ebb9665f82b7096d6658f60e256a92eecd430e0b25af3e332a
|
7
|
+
data.tar.gz: 3df4827b441824e282fd534a9b39a0f6926e3ef9b046930e6cf748d3da1e39deee98bf188f06ef461e0f508e4057fc8025eb8047e41e090eec09e71363caac66
|
data/lib/oh_my_method/version.rb
CHANGED
data/lib/oh_my_method.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oh_my_method
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- siman-man
|
@@ -52,9 +52,11 @@ files:
|
|
52
52
|
- Rakefile
|
53
53
|
- lib/oh_my_method.rb
|
54
54
|
- lib/oh_my_method/integer.rb
|
55
|
+
- lib/oh_my_method/string.rb
|
55
56
|
- lib/oh_my_method/version.rb
|
56
57
|
- oh_my_method.gemspec
|
57
58
|
- spec/oh_my_method/integer_spec.rb
|
59
|
+
- spec/oh_my_method/string_spec.rb
|
58
60
|
- spec/spec_helper.rb
|
59
61
|
homepage: https://github.com/siman-man/oh_my_method
|
60
62
|
licenses:
|
@@ -82,5 +84,6 @@ specification_version: 4
|
|
82
84
|
summary: Collection of we method.
|
83
85
|
test_files:
|
84
86
|
- spec/oh_my_method/integer_spec.rb
|
87
|
+
- spec/oh_my_method/string_spec.rb
|
85
88
|
- spec/spec_helper.rb
|
86
89
|
has_rdoc:
|