gaston 0.5.1 → 0.5.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: 964a3f48f9d83a1fda313fa255076cae3d51cb13
4
- data.tar.gz: 4d33d79ab573f8744931d0656acac04ec911e6ad
3
+ metadata.gz: 062c79cf31c0363d386a5206e1274d13b3fb78ff
4
+ data.tar.gz: 1b320ded5d2068679c0c367c524297c755b0cfd4
5
5
  SHA512:
6
- metadata.gz: 51122dabf2e553fb3146303f78ded3e7ab95159408023f7a5954b582997f4a22fe1b2a1d905b72cf97294ce66cb1723a37064fbb616a68e052e9faf79b862102
7
- data.tar.gz: 3e7607abb671f209da5bb2f4f396e1a6e4353993124a4839095ca010fab69ea6311c2f2e78efc3b3b7f8fbe373a29d496eecbc6186efdd1f6d4f92b97808ff6f
6
+ metadata.gz: 6098890fdf7a8d599ebcd5c78fcc838a3d5885097a73b219ea88d1df5f6f21cb41a490b71333493409dc59d0c591f78cf797036e8f9f35b021baa1b50502c035
7
+ data.tar.gz: 74214076451c2343133d6dbd6a7d4fa3e4bd37242e2c6a0c9cc4845b525f47397ee038db8ed8d5e6b355571687d14d06eff9e11fb28dff31b798a5f849ad4b1e
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![Build Status](https://travis-ci.org/chatgris/Gaston.png?branch=master)](https://travis-ci.org/chatgris/Gaston)
2
+
1
3
  # GASTON
2
4
 
3
5
  Gaston is a dead simple Ruby config store. Write your config in yaml files, and
@@ -30,7 +32,7 @@ method, and specify config files with the `files` method. Default `env` is
30
32
  ``` ruby
31
33
  Gaston.configure do |gaston|
32
34
  gaston.env = Rails.env
33
- gaston.files = Dir[Rails.root.join("config/gaston/**/*.yml")]
35
+ gaston.files = Dir[Rails.root.join("config/gaston/**/*.{yml,json}")]
34
36
  end
35
37
  ```
36
38
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
  Gaston.configure do |gaston|
3
3
  gaston.env = Rails.env
4
- gaston.files = Dir[Rails.root.join("config/gaston/**/*.yml")]
4
+ gaston.files = Dir[Rails.root.join("config/gaston/**/*.{yml,json}")]
5
5
  end
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  class Gaston
3
- VERSION = "0.5.1"
3
+ VERSION = "0.5.2"
4
4
  end
metadata CHANGED
@@ -1,43 +1,57 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gaston
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - chatgris
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-23 00:00:00.000000000 Z
11
+ date: 2013-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: inflecto
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: :runtime
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: rspec
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '2.8'
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: '2.8'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
41
55
  description: Dead simple Ruby config store.
42
56
  email: jboyer@af83.com
43
57
  executables: []
@@ -64,17 +78,17 @@ require_paths:
64
78
  - lib
65
79
  required_ruby_version: !ruby/object:Gem::Requirement
66
80
  requirements:
67
- - - '>='
81
+ - - ">="
68
82
  - !ruby/object:Gem::Version
69
83
  version: '0'
70
84
  required_rubygems_version: !ruby/object:Gem::Requirement
71
85
  requirements:
72
- - - '>='
86
+ - - ">="
73
87
  - !ruby/object:Gem::Version
74
88
  version: '0'
75
89
  requirements: []
76
90
  rubyforge_project:
77
- rubygems_version: 2.0.2
91
+ rubygems_version: 2.1.10
78
92
  signing_key:
79
93
  specification_version: 4
80
94
  summary: Dead simple Ruby config store.