dynomite 1.0.6 → 1.0.7

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
  SHA256:
3
- metadata.gz: df6425877a9f6dbfe309a328e5bbd0444b5fbe62476989a3bab6322f699404c4
4
- data.tar.gz: 0740caa63b93db05e7c8158df09b7b9dad3879e0922f16bee314dbc7336c8442
3
+ metadata.gz: a38532f27161eb41307906372c21c1db90c9adb82b8b4a41742bf0f9ba0d3d36
4
+ data.tar.gz: 4f565edb1834ab789fdf6a98dfd77ec36bbbcfbb3a92d4dd17051659db3630ba
5
5
  SHA512:
6
- metadata.gz: 38f8c3ee3cf73a8cc28d098dd5208cb56801192dfc5290543ada79e8493f6b9f615577f485218e3b9ac547582aba94e1539b22eadaccc2e36ba505440e0866db
7
- data.tar.gz: 8018da8e6995f066e004da6a07b862ac7c5f8e7bdc13a9d18904c654cf354d83c80bdad70059c04bf5b481a82b005345208940eef211ad4a12932faf32b7caf6
6
+ metadata.gz: 69f2f61f5dd87bf339b6b3ad49d01e8e05295131f78dff98c76f2fe0047f1b3a5e631040f157e534ca030169d887904efd0afd2bbf8f78ec75620dcce11b8adc
7
+ data.tar.gz: 31cc0b6499b6e5201800dd8261027e615ebea9e9093d8995a2503d3c67f4931ed628b6d2250309a615df592b8f18d964b0796846f6a052fb6a1b8ee851fb1a25
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.0.7]
7
+ - update DYNOMITE_ENV var
8
+
6
9
  ## [1.0.6]
7
10
  - rename to dynomite
8
11
 
@@ -70,8 +70,8 @@ module Dynomite::DbConfig
70
70
  config_path = "#{Jets.root}config/dynamodb.yml"
71
71
  env = Jets.env
72
72
  else
73
- config_path = ENV['DYNAMODB_MODEL_CONFIG'] || "./config/dynamodb.yml"
74
- env = ENV['DYNAMODB_MODEL_ENV'] || "development"
73
+ config_path = ENV['DYNOMITE_CONFIG'] || "./config/dynamodb.yml"
74
+ env = ENV['DYNOMITE_ENV'] || "development"
75
75
  end
76
76
 
77
77
  config = YAML.load(Dynomite::Erb.result(config_path))
@@ -1,3 +1,3 @@
1
1
  module Dynomite
2
- VERSION = "1.0.6"
2
+ VERSION = "1.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynomite
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen