app_config 2.3.0 → 2.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 34fdaa8f69598900e31d96ed27f715ad9fd0f77c
4
- data.tar.gz: 5c4d38a1fd7e58262467b8bd1e8f3f34d04ca6ee
3
+ metadata.gz: 089295fe6570693687189c8bf48b762741ed4a19
4
+ data.tar.gz: bd621ae9f22c26f2486d6a4e6b905a8289e48089
5
5
  SHA512:
6
- metadata.gz: 0404e1ef35e4cb6d26c75e546c6a3cdbf42a31a4477be011195b42e68be6fc88f985b1dfec77fae1bf8808992a082d4a710b2d7db6744d118a7dd5a32c6d8213
7
- data.tar.gz: 17a69ff742b2ca5233a8ecf87b1c734a9d96da3280550f18fc743b009495af85e4a8ad07cc87a0ebce3273015b444d1a68800a868afb1bbb5352eb3db03f5119
6
+ metadata.gz: 6d19ce9e2ff7a7d95061b09ff821d82c433c855ac6cb16d5374f8f1f530e77ae0d2d74f836723c95f3948bc346b81280f556fd19adaf39218557f683a9cc67d4
7
+ data.tar.gz: 4f862e5befb0fe94604d4a69386b9f11059f55778b363b724acc5d840b342b3019dab0303d90ca91a460d1fcd22d18ad434b92435b01fa7bf853ac09c66083ec
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- app_config (2.3.0)
4
+ app_config (2.3.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/app_config.gemspec CHANGED
@@ -9,6 +9,8 @@ Gem::Specification.new do |s|
9
9
  s.email = ['oshuma@gmail.com']
10
10
  s.homepage = 'http://oshuma.github.io/app_config'
11
11
 
12
+ s.license = 'MIT'
13
+
12
14
  s.summary = %q{Quick and easy application configuration.}
13
15
  s.description = %q{An easy to use, framework agnostic, customizable library to easily store and retrieve application configuration.}
14
16
 
@@ -27,6 +27,7 @@ module AppConfig
27
27
  fetch_data!
28
28
  end
29
29
 
30
+ # Reload the data from storage. Returns `true`/`false`.
30
31
  def reload!
31
32
  fetch_data!
32
33
  end
@@ -32,6 +32,7 @@ module AppConfig
32
32
  fetch_data!
33
33
  end
34
34
 
35
+ # Reload the data from storage. Returns `true`/`false`.
35
36
  def reload!
36
37
  fetch_data!
37
38
  end
@@ -1,3 +1,3 @@
1
1
  module AppConfig
2
- VERSION = '2.3.0'
2
+ VERSION = '2.3.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: app_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dale Campbell
@@ -157,7 +157,8 @@ files:
157
157
  - spec/fixtures/app_config.yml
158
158
  - spec/spec_helper.rb
159
159
  homepage: http://oshuma.github.io/app_config
160
- licenses: []
160
+ licenses:
161
+ - MIT
161
162
  metadata: {}
162
163
  post_install_message:
163
164
  rdoc_options: