dynomite 1.2.1 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/dynomite/db_config.rb +1 -1
- data/lib/dynomite/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 99542bc5ae653030ec6bcfe12df6285effd013b0a95c7e7103d004d5308bd7c0
|
4
|
+
data.tar.gz: adf98f1f8d227c14a158801bf792e89df239751345cd044202b5a0b3cd744026
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c74e20644faa6ed65474b788e63f097dca6d6939ffee964b5d431a28eb427adee65fd73c6c89cfa17c314a9803fc1cec743f43ae6d8e9b608e0702d8ea447733
|
7
|
+
data.tar.gz: 879bc33d1d59592ab18a97ee3491e14cdaf98413850e325b8e8589c773b356dd2623a316783a0de8be272d70f3dbe0e5a9604de6fdf49f5946684eb63a0b5f7a
|
data/CHANGELOG.md
CHANGED
@@ -3,6 +3,9 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
|
5
5
|
|
6
|
+
## [1.2.2]
|
7
|
+
- update Jets.root usage
|
8
|
+
|
6
9
|
## [1.2.1]
|
7
10
|
- #10 from gotchane/fix-readme-about-validation
|
8
11
|
- #8 from patchkit-net/feature/replace-return-self
|
data/lib/dynomite/db_config.rb
CHANGED
@@ -73,7 +73,7 @@ module Dynomite::DbConfig
|
|
73
73
|
return @db_config if @db_config
|
74
74
|
|
75
75
|
if defined?(Jets)
|
76
|
-
config_path = "#{Jets.root}config/dynamodb.yml"
|
76
|
+
config_path = "#{Jets.root}/config/dynamodb.yml"
|
77
77
|
env = Jets.env
|
78
78
|
else
|
79
79
|
config_path = ENV['DYNOMITE_CONFIG'] || "./config/dynamodb.yml"
|
data/lib/dynomite/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dynomite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tung Nguyen
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-01-
|
11
|
+
date: 2019-01-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|