wannabe_bool 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 CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: b54356c96d57cdae1b1d4695d17bddb1cdc1da96
4
- data.tar.gz: 879500036a1480ab3a7529fb85c8d620b2782fd5
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZmZjNTM1NDVmNDIxZGUwOWM3NDQwYTBhODZkZjYzMjI4NDkxZmJiNw==
5
+ data.tar.gz: !binary |-
6
+ N2Q0YTZlZTYyNDI2ODUxNGVmZDEwMWFjNGQ0ODQ5Y2FhZDIyZTM5ZA==
5
7
  SHA512:
6
- metadata.gz: 9be1f4b9d03379aed7b1a984faddcfee8dd44299f7b6c74f0b055bccc263c22d36a5d554fe694cb760524ce7ea5668cce9f38aa14f747ea3842e11b3ff04495e
7
- data.tar.gz: 1423582aafb7be084a42117cc6291079d0a0302d73df05e5f10cc4bc4db29287c526831ef18a7aa33fedd63c690b172891c514f90bc5f4b1755c8d96b2ee3287
8
+ metadata.gz: !binary |-
9
+ YWQ0NjBkOTdmMDk1MTNhZWI2MTAwZmNkY2FiNDI5Yzc3Yzk1MzU0ZTk0OTMx
10
+ MTJhYmI4Yzg3YzUzZWM1ZTcxOGM0NjYxYzZmOGQwYWI1ZDI2MDg3MTc4ZTRh
11
+ NzYzNzViYTYyNmNjMzhhZTAyOGY4Y2Y2ZDA0MTg2NzMzODdhZDk=
12
+ data.tar.gz: !binary |-
13
+ Njk4ZDA2NDljYTE4ZDJiNmM3ZmU5OWU4MWIyODBkYmY4M2IwMjczNjYwMTYx
14
+ Y2FjMDhjNzRjNmMwZTkxNWM4NWE3YmYxZTNmYjY0YzI1NDg1MTQxMzBhY2Ew
15
+ YmZiZGJiMzAyMTU5N2VlNGZmNzI2NGM2MmE0NGI5ZDE0NGQ1YjM=
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  module WannabeBool
3
- VERSION = '0.0.2'
3
+ VERSION = '0.0.3'
4
4
  end
@@ -20,7 +20,10 @@ Gem::Specification.new do |spec|
20
20
  spec.platform = Gem::Platform::RUBY
21
21
  spec.required_ruby_version = Gem::Requirement.new('>= 1.9.3')
22
22
  spec.post_install_message = %{
23
- Thank you for installing one more gem from a Brazilian Ruby Developer.
23
+ Wannabe Bool installed!
24
+ You have just gotten one more gem from a Brazilian Ruby Developer.
25
+ Enjoy it, Prodis.
26
+
24
27
  }
25
28
 
26
29
  spec.add_development_dependency 'coveralls'
metadata CHANGED
@@ -1,58 +1,58 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wannabe_bool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Prodis a.k.a. Fernando Hamasaki de Amorim
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-08 00:00:00.000000000 Z
11
+ date: 2014-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coveralls
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - ! '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">="
31
+ - - ! '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ">="
38
+ - - ! '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ~>
46
46
  - !ruby/object:Gem::Version
47
47
  version: '3.0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ~>
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: 'If string, integer, symbol and nil values wanna be a boolean value,
55
+ description: ! 'If string, integer, symbol and nil values wanna be a boolean value,
56
56
  they can with the new #to_b method.'
57
57
  email:
58
58
  - prodis@gmail.com
@@ -60,11 +60,11 @@ executables: []
60
60
  extensions: []
61
61
  extra_rdoc_files: []
62
62
  files:
63
- - ".gitignore"
64
- - ".rspec"
65
- - ".ruby-gemset.example"
66
- - ".ruby-version.example"
67
- - ".travis.yml"
63
+ - .gitignore
64
+ - .rspec
65
+ - .ruby-gemset.example
66
+ - .ruby-version.example
67
+ - .travis.yml
68
68
  - CHANGELOG.rdoc
69
69
  - Gemfile
70
70
  - README.rdoc
@@ -85,19 +85,19 @@ homepage: https://github.com/prodis/wannabe_bool
85
85
  licenses:
86
86
  - MIT
87
87
  metadata: {}
88
- post_install_message: "\n Thank you for installing one more gem from a Brazilian
89
- Ruby Developer.\n "
88
+ post_install_message: ! "\n Wannabe Bool installed!\n You have just gotten one more
89
+ gem from a Brazilian Ruby Developer.\n Enjoy it, Prodis.\n\n "
90
90
  rdoc_options: []
91
91
  require_paths:
92
92
  - lib
93
93
  required_ruby_version: !ruby/object:Gem::Requirement
94
94
  requirements:
95
- - - ">="
95
+ - - ! '>='
96
96
  - !ruby/object:Gem::Version
97
97
  version: 1.9.3
98
98
  required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  requirements:
100
- - - ">="
100
+ - - ! '>='
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
103
  requirements: []
@@ -105,7 +105,7 @@ rubyforge_project:
105
105
  rubygems_version: 2.4.2
106
106
  signing_key:
107
107
  specification_version: 4
108
- summary: 'If string, integer, symbol and nil values wanna be a boolean value, they
108
+ summary: ! 'If string, integer, symbol and nil values wanna be a boolean value, they
109
109
  can with the new #to_b method.'
110
110
  test_files:
111
111
  - spec/spec_helper.rb