ocioso 1.0.0 → 1.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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/ocioso.rb +2 -1
- data/ocioso.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0a79d73daf66654368446b10de3f7cd1b616e0e3
|
|
4
|
+
data.tar.gz: 03851b5a190db3ce5ef5883c942805ff575f9b59
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c3f8c96fb06d19dc47d9194635c4873d182093cbc1e904956e05c6b1f7026235c1858b541f5f85a4263e996c7011526eaa21ca62708a331224622163f7af257
|
|
7
|
+
data.tar.gz: 1926b785b99f93cab2c8c77ae6294a147e3a99c74e65ccf2bd565e170217c3e944c23de7cd5405d270830117820d8317b7fef10567db29d09b0ad2b65f201384
|
data/README.md
CHANGED
data/lib/ocioso.rb
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
19
19
|
# SOFTWARE.
|
|
20
20
|
module Ocioso
|
|
21
|
-
VERSION = "1.0.
|
|
21
|
+
VERSION = "1.0.1"
|
|
22
22
|
class << self
|
|
23
23
|
attr_reader :defaults, :values_allowed
|
|
24
24
|
|
|
@@ -49,6 +49,7 @@ module Ocioso
|
|
|
49
49
|
|
|
50
50
|
def initialize_only_with(*args)
|
|
51
51
|
Ocioso.values_allowed[self] = args
|
|
52
|
+
self
|
|
52
53
|
end
|
|
53
54
|
end
|
|
54
55
|
|
data/ocioso.gemspec
CHANGED
|
@@ -3,8 +3,8 @@ require "./lib/ocioso"
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = "ocioso"
|
|
5
5
|
s.version = Ocioso::VERSION
|
|
6
|
-
s.summary = "Micro Library for initialize objects"
|
|
7
|
-
s.description = "Micro Library for initialize objects"
|
|
6
|
+
s.summary = "Micro Library for initialize variables in your ruby objects."
|
|
7
|
+
s.description = "Micro Library for initialize variables in your ruby objects."
|
|
8
8
|
s.authors = ["Julio Lopez"]
|
|
9
9
|
s.email = ["ljuliom@gmail.com"]
|
|
10
10
|
s.homepage = "http://github.com/TheBlasfem/ocioso"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ocioso
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Julio Lopez
|
|
@@ -24,7 +24,7 @@ dependencies:
|
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: 1.1.3
|
|
27
|
-
description: Micro Library for initialize objects
|
|
27
|
+
description: Micro Library for initialize variables in your ruby objects.
|
|
28
28
|
email:
|
|
29
29
|
- ljuliom@gmail.com
|
|
30
30
|
executables: []
|
|
@@ -59,5 +59,5 @@ rubyforge_project:
|
|
|
59
59
|
rubygems_version: 2.2.2
|
|
60
60
|
signing_key:
|
|
61
61
|
specification_version: 4
|
|
62
|
-
summary: Micro Library for initialize objects
|
|
62
|
+
summary: Micro Library for initialize variables in your ruby objects.
|
|
63
63
|
test_files: []
|