constantinopolis 0.1.0 → 0.3.0

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: 781136133d8fde12826b63e724d86fd5f9f1812d
4
- data.tar.gz: c3ec8b8e2024ad25fcb394650daf0469ae578108
3
+ metadata.gz: c06e01260f4df13e69b5c05623b50e09fff1bf24
4
+ data.tar.gz: b8fdb09c2921978f1fee738dc43dec9e30b0676c
5
5
  SHA512:
6
- metadata.gz: 0d934a21aa6d7f85a603b4a3d3485b5b5c34d770dca71e2e533b284ec1c96198238b57917db5cdd3478a2cd1d03d252ccc4bb790fafbd3b759daffd78ca71a75
7
- data.tar.gz: 71d9cd82274bf5941a213164f8532a93f4a7b99b63b5e7c883230379d91efc3e72a77d1895eece607b39d2ba21f014833db78323e677f61d27c8384ff1d2c582
6
+ metadata.gz: 7b49feb6c0b8e470a37ee453478c69686937ebc9acec7fd11dba1fa80ff5186a7bb6cf41b59ac6fc6d9fddb5a77cd6598c10a5eea74706b77b5b4c259b346705
7
+ data.tar.gz: 5c60a0264a2101604d849c529d1569529041086b6c26d539e88f175b109e9242107651d9e1d8332998240f48764a633ac54916587db821290120fe48bb00a60f
@@ -3,7 +3,7 @@ module Constantinopolis
3
3
  extend self
4
4
 
5
5
  def register(klass, yml)
6
- if Rails.env.development?
6
+ unless Rails.env.production?
7
7
  reloader = file_update_checker.new([yml]) do
8
8
  klass.reload!
9
9
  end
@@ -1,3 +1,3 @@
1
1
  module Constantinopolis
2
- VERSION = "0.1.0"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: constantinopolis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - itmammoth
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-09 00:00:00.000000000 Z
11
+ date: 2016-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  version: '0'
141
141
  requirements: []
142
142
  rubyforge_project:
143
- rubygems_version: 2.6.4
143
+ rubygems_version: 2.6.6
144
144
  signing_key:
145
145
  specification_version: 4
146
146
  summary: Setting constants solution for ruby applications.