dynamodb_model 1.0.2 → 1.0.3

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: 9158215874b48548a2277c47f0c8631154003c0d
4
- data.tar.gz: 14286fcd10167671f71bea13b3a7004ce3297838
3
+ metadata.gz: ebb8c152e61da170579ab144ccd846db12c32183
4
+ data.tar.gz: 6a730d72947f0226cf2a5584876f26f9fee6c9cb
5
5
  SHA512:
6
- metadata.gz: 5cac64e834aa90c2a32a0c02daa5dc140855efeb30991e32909455b0b9ba9c3cd00889d62b0abd40dc0479c3c5b40018c19a436effd9f995f04474fc3bd386c9
7
- data.tar.gz: 6a542fbb159fd1ea0b807661bfeda3bad08e6f7ea363aacd023fed3e7a2aa901ded383218d9256e27fc48b40164114ac220a453d8cd2ed9119fc8d9589e5dd6a
6
+ metadata.gz: 859d701784e3a04af34f8757cd7f827fd811a4c41332526a546d7823609ae2f91f97f414dae8742a354ef63d4b3a5b5a8789ce60e8ad5cc92f9d90de3c100149
7
+ data.tar.gz: 7c59f80c2167cde76f604b420f1fd2d584be8373de065e2cb7218bb1ec30861b689346a3ccc535b91f96b6a16d7440172a973481959f0c5b7cf7b2d460ed72b4
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.3]
7
+ - rename APP_ROOT to JETS_ROOT
8
+
6
9
  ## [1.0.2]
7
10
  - to_json for json rendering
8
11
 
@@ -7,7 +7,7 @@ module DynamodbModel::Util
7
7
  @@app_root = nil
8
8
  def app_root
9
9
  return @@app_root if @@app_root
10
- @@app_root = ENV['APP_ROOT'].to_s
10
+ @@app_root = ENV['JETS_ROOT'].to_s
11
11
  @@app_root = '.' if @@app_root == ''
12
12
  @@app_root = "#{@@app_root}/" unless @@app_root.ends_with?('/')
13
13
  @@app_root
@@ -1,3 +1,3 @@
1
1
  module DynamodbModel
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynamodb_model
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-11-21 00:00:00.000000000 Z
11
+ date: 2017-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport