biran 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/biran/config_defaults.rb +0 -1
- data/lib/biran/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 286305900b4cf192ffa7a6444985c33e6bfb45b8
|
4
|
+
data.tar.gz: 2857092b68a91e5a85ec1e7bf163882b5f8c3a8d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1386c8e9fdab3ae0ef50b93c12d58add8832694e45ba1fd8aba43bbfbfe6699e1ea0a6a92989cbb308fff31ece40640e64c2b53ae153e4090cf2c95155b6e5a
|
7
|
+
data.tar.gz: 7cc61c1f29e97ddbea3f8220bf9ae1bb5f6fc13c7f91cd946db34162acada2a5584c33a55e353d18ed841a3f655600f1d9ac053e0bfc0ca92e23f0f04b246151
|
@@ -11,7 +11,6 @@ module Biran
|
|
11
11
|
shared_dir: configuration.shared_dir,
|
12
12
|
base_dir: configuration.base_dir,
|
13
13
|
use_capistrano: configuration.use_capistrano,
|
14
|
-
files_to_generate: configuration.files_to_generate,
|
15
14
|
db_config: configuration.db_config,
|
16
15
|
secrets: configuration.secrets,
|
17
16
|
bindings: configuration.bindings
|
data/lib/biran/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: biran
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- javierg
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2018-01-
|
13
|
+
date: 2018-01-25 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: railties
|