confoog 0.1.1 → 0.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2db750038a9c837b96abd1ac2354511befcc4e3c
4
- data.tar.gz: 1ec4068f5ca4dec69f7a44c65efe70c81fabc700
3
+ metadata.gz: a626865e5da4fcb277ecbe57ad4a2c29d7ce0d08
4
+ data.tar.gz: d11b4799c2b06f9cc3a9011d357d0fcd9d2e8ce1
5
5
  SHA512:
6
- metadata.gz: d83773371f01b4b96c294eca30170e66172ac0fa1d1c0ed56ae225aac0d1717ea227fa06d6e29803277db289bdf9b2f5ff32a839b16928478b1ee44dfda13738
7
- data.tar.gz: 7d05a59b962bbc9cfedd100a9626bb2ea8f4a1c2b080aaa22373fa23133269c7419eeb0855e0107ff0fd9d2745ab3f9982d48e5ad56fa641a6d7a311ec88df52
6
+ metadata.gz: 19c14d9062db024af891d17f78652238ff3dff12ee09754a180771c407d41f7ee34e25159718c6fa0f8062d4e507884b312125565f2ff04a2b3b11ee41daabf0
7
+ data.tar.gz: 3ec722fa039c7df0db64207cf0be0e9e39b90ef7866f9deb917293a07924d24ad3643ddd7d632147f70f188a9a5ff763b18179eb402ad8f37fd98af3b71b0023
data/confoog.gemspec CHANGED
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
10
10
  spec.authors = ['Seapagan']
11
11
  spec.email = ['seapagan@gmail.com']
12
12
 
13
- spec.summary = 'A simple Gem to add YAML configuration files to your Ruby script / Gem'
14
- spec.description = 'A WORK IN PROGRESS, Nowhere near ready for use, and if fact currently will neither load nor save the configuration to file!'
13
+ spec.summary = 'This will add a class that takes care of all your configuration needs for Ruby scripts and Gems. Simple and basic'
14
+ spec.description = 'A simple Gem to add YAML configuration files to your Ruby script or Gem'
15
15
  spec.homepage = 'https://github.com/seapagan/confoog'
16
16
  spec.license = 'MIT'
17
17
 
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
22
 
23
23
  spec.add_development_dependency 'bundler', '~> 1.10'
24
24
  spec.add_development_dependency 'rake', '~> 10.0'
25
- spec.add_development_dependency 'rspec'
25
+ spec.add_development_dependency 'rspec', '~> 3.3'
26
26
  spec.add_development_dependency 'pry'
27
27
  spec.add_development_dependency 'fakefs'
28
28
  spec.add_development_dependency 'coveralls'
@@ -1,4 +1,4 @@
1
1
  # Define the Gem version string
2
2
  module Confoog
3
- VERSION = '0.1.1'
3
+ VERSION = '0.1.2'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: confoog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seapagan
@@ -42,16 +42,16 @@ dependencies:
42
42
  name: rspec
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ">="
45
+ - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '0'
47
+ version: '3.3'
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
- version: '0'
54
+ version: '3.3'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: pry
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -108,8 +108,7 @@ dependencies:
108
108
  - - ">="
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
- description: A WORK IN PROGRESS, Nowhere near ready for use, and if fact currently
112
- will neither load nor save the configuration to file!
111
+ description: A simple Gem to add YAML configuration files to your Ruby script or Gem
113
112
  email:
114
113
  - seapagan@gmail.com
115
114
  executables: []
@@ -151,6 +150,7 @@ rubyforge_project:
151
150
  rubygems_version: 2.4.8
152
151
  signing_key:
153
152
  specification_version: 4
154
- summary: A simple Gem to add YAML configuration files to your Ruby script / Gem
153
+ summary: This will add a class that takes care of all your configuration needs for
154
+ Ruby scripts and Gems. Simple and basic
155
155
  test_files: []
156
156
  has_rdoc: