dynamodb-local 0.0.5 → 0.0.6
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 +4 -4
- data/.gitignore +1 -0
- data/Rakefile +1 -3
- data/lib/dynamodb/local/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b1687c7103a9899471105a8329563f0b80838859
|
|
4
|
+
data.tar.gz: 57e91010726e40ab67812a4ad503b12fd3dca8bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a27cbf7cb4bc2d1b64ceb921f0523feae7e6e317915ef4349adb25c920981e69e4748b25b53f1ae0529bc3d470bb70c19bec6cb2b2d3405f5c2d66081e32f2c
|
|
7
|
+
data.tar.gz: 3c69a303f8331e8a0c614e52119587ef07e8b47cf8c18e53cf49268bdcfb33c603a6effa0edb4be89cc008b20ceac7a3700ddef57ebb1007ec93caaa07594c83
|
data/.gitignore
CHANGED
data/Rakefile
CHANGED
|
@@ -9,7 +9,7 @@ task :default => :prepare
|
|
|
9
9
|
task :prepare do
|
|
10
10
|
require 'open-uri'
|
|
11
11
|
|
|
12
|
-
dynamodb_local_url = '
|
|
12
|
+
dynamodb_local_url = 'https://s3-us-west-2.amazonaws.com/dynamodb-local/dynamodb_local_latest.tar.gz'
|
|
13
13
|
ext_dir = 'lib/dynamodb/local/ext'
|
|
14
14
|
local_path = "#{ext_dir}/dynamodb_local.tar.gz"
|
|
15
15
|
jar_path = "#{ext_dir}/DynamoDBLocal.jar"
|
|
@@ -24,6 +24,4 @@ task :prepare do
|
|
|
24
24
|
rm local_path
|
|
25
25
|
$stderr.puts 'done.'
|
|
26
26
|
end
|
|
27
|
-
|
|
28
27
|
end
|
|
29
|
-
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dynamodb-local
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josh Huckabee
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-02-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -77,9 +77,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
77
77
|
version: '0'
|
|
78
78
|
requirements: []
|
|
79
79
|
rubyforge_project:
|
|
80
|
-
rubygems_version: 2.
|
|
80
|
+
rubygems_version: 2.4.5.2
|
|
81
81
|
signing_key:
|
|
82
82
|
specification_version: 4
|
|
83
83
|
summary: Wraps installation and usage of the AWS DynamoDB local server tool
|
|
84
84
|
test_files: []
|
|
85
|
-
has_rdoc:
|