dynamodb-local 0.0.1 → 0.0.2

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: c1eae84b0408e8ca5226ce3ec9ba8d52c85bd99c
4
- data.tar.gz: 5f7a1b4b783fc5483cecee7b7e7b9251a9d9b906
3
+ metadata.gz: 6113c2211f8b53f0592fa506f780d07d44254f34
4
+ data.tar.gz: df94baa04ad7da8956ac5672e6e4f91c0ab60655
5
5
  SHA512:
6
- metadata.gz: 795b5b96ca8be4d6719a65ab2b85862fcd240c41093879903c8523f38ca106b39a525ef510dc288f3b995d5d58ca26021279d319dcdd136a3c01c5917860f302
7
- data.tar.gz: 17d093b2db31bbaa609cd798b3746ca9d68d66584e09beafcdd34fbb843c15e91b43a27e5b12dfe3aa64824efbf746a62cfffcc057612cc675eb4cc2f998da22
6
+ metadata.gz: 4d82d0311bf979ae54b99401586fb1feac80e4c72383fb848f756366c328b58fbff99bb1ba4c25ec6cf335adf9d11bcf57d1bfee6e1ff2545aba544d06050a04
7
+ data.tar.gz: 25a4715d2ffef364609464a83d93cb3245958dda61de44ed1d361c37cb302ff0b4da2290d2e80169252595a3d34deb3482371fcb58431c9e9f8290d06b92de3b
data/README.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  This is a simple helper gem that automaticall installs the [DynamoDB local tool](http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.DynamoDBLocal.html) and provides a simple ruby wrapper binar that allows you start and stop the local DynamoDB server from the command line.
4
4
 
5
+ *IMPORTANT:* DynamoDB Local supports the Java Runtime Engine (JRE)
6
+ version 6.x or newer; it will not run on older JRE versions.
7
+
5
8
  ## Installation
6
9
 
7
10
  Add this line to your application's Gemfile:
@@ -8,8 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Dynamodb::Local::VERSION
9
9
  spec.authors = ["Josh Huckabee"]
10
10
  spec.email = ["joshhuckabee@gmail.com"]
11
- spec.summary = %q{Wrap AWS DynamoDB local tool}
12
- spec.description = %q{Wrap AWS DynamoDB local tool}
11
+ spec.summary = %q{Wraps installation and usage of the AWS DynamoDB local server tool}
13
12
  spec.homepage = "https://github.com/jhuckabee/dynamodb-local"
14
13
  spec.license = "MIT"
15
14
  spec.extensions = ["Rakefile"]
@@ -1,5 +1,5 @@
1
1
  module Dynamodb
2
2
  module Local
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynamodb-local
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Huckabee
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: Wrap AWS DynamoDB local tool
41
+ description:
42
42
  email:
43
43
  - joshhuckabee@gmail.com
44
44
  executables:
@@ -80,6 +80,6 @@ rubyforge_project:
80
80
  rubygems_version: 2.2.2
81
81
  signing_key:
82
82
  specification_version: 4
83
- summary: Wrap AWS DynamoDB local tool
83
+ summary: Wraps installation and usage of the AWS DynamoDB local server tool
84
84
  test_files: []
85
85
  has_rdoc: