jvmargs 0.0.8 → 0.0.9

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/jvmargs/version.rb +1 -1
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a114ea124730cee5631a4de8fb75b080539bfa53
4
- data.tar.gz: 127f4bb3f6c17cad1a23accd80348fc9df95eb0b
3
+ metadata.gz: eae9cd2cf6dd41b6ebe62d7a0deb769b0796b8d4
4
+ data.tar.gz: 173c5ea7bec35912b043cc813528b278d1912932
5
5
  SHA512:
6
- metadata.gz: ef8c5562c6193db012ef792ccdb30e1a716cd9546d87accee35c2f7194d0c7f8ac30f93d4703b7847a5a35cb16d1bdf4b0dec387870049d6d6a0295e4de1a258
7
- data.tar.gz: 2395b34cfc76f967b599fdddbf5083a3b4794ac5eef4ea7096488c2aef0a09c447bd65632389d60e242f1541f5514224a430e1603f9d758bb5ef5a11b5ead3c8
6
+ metadata.gz: 52b038c084e37fd0c31b770a9f9b019612a78ef194a39d5da42147c1fc20d7745fb1e04a1b162d53b88791fcaa95d6bc41338e9023505f0971c821829a5260f7
7
+ data.tar.gz: 127cf792cda874ecf5d9b385844261832986b42739f09c34daf9c4a6062ac34a97fb4de6d1fc098510e7197787e4b819ebd608589bbb7f92cb7f96cf42baacce
@@ -1,4 +1,4 @@
1
1
  module JVMArgs
2
2
  # The gem version
3
- VERSION = '0.0.8'
3
+ VERSION = '0.0.9'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jvmargs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryan W. Berry
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-07-02 00:00:00.000000000 Z
12
+ date: 2014-12-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: chef
@@ -83,7 +83,7 @@ files:
83
83
  - lib/jvmargs/unstable.rb
84
84
  - lib/jvmargs/util.rb
85
85
  - lib/jvmargs/version.rb
86
- homepage: https://github.com/bryanwb/jvmargs
86
+ homepage: https://github.com/thommay/jvmargs
87
87
  licenses:
88
88
  - Apache2
89
89
  metadata: {}
@@ -106,5 +106,5 @@ rubyforge_project:
106
106
  rubygems_version: 2.2.2
107
107
  signing_key:
108
108
  specification_version: 4
109
- summary: jvmargs-0.0.8
109
+ summary: jvmargs-0.0.9
110
110
  test_files: []