arsystem 0.0.1 → 0.0.2

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
  SHA1:
3
- metadata.gz: 286a457f50d70e44a13274f0b5bbc3056207152b
4
- data.tar.gz: fb991696d13931a65f4307ea14067c72a73ef6a1
3
+ metadata.gz: ecc532781b339b1bd2a59a48f011de4b87f1c6d1
4
+ data.tar.gz: 2f5e89a62be59bd36daca5de7048b9906813e906
5
5
  SHA512:
6
- metadata.gz: 32faab56e0ca9a46f2d278e0ebe73647b27aef11b66cdfe636e5dcfa55ecb6c459f522d2f5d13277c0c2d3bbfe8766d25d7916819478a9f8d536dc00e260ecba
7
- data.tar.gz: 5e30859f97fc7efbfb50789cd16ba1b89d34c61d26ca4c593c5ff595a13ffeadac29b96e640ff54b4d9dc3d21d80ab126adaf3615b499af5d08359f703994f46
6
+ metadata.gz: 67c9d1ed97f07f23dd73ac0c22e0b204660dd8d57db54b6507c0a465ba6e2a683589f52a09c7997175004cbcfd614cce69a9ea0d8e692990097d771a011e5057
7
+ data.tar.gz: 07b2239ff39a830137b6a153c0d1651709556a0e3570752dfb4da9e80d47a3e38470f44b128a15c28971ef2fe312d916332d5f21e810891162717c0e7232e44e
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Johan Wasserman"]
10
10
  spec.email = ["johan.wasserman@gmial.com"]
11
11
  spec.summary = %q{JRuby Remedy API wrapper}
12
- spec.description = %q{JRuby Remedy API wrapper - written written initially to extract data for Neo4J}
13
- spec.homepage = "https://github.com/johanwasserman/jARSystem"
12
+ spec.description = %q{JRuby Remedy API wrapper - written initially to extract data for Neo4J}
13
+ spec.homepage = "https://github.com/johanwasserman/gem-arsystem"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module Arsystem
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arsystem
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
  - Johan Wasserman
@@ -52,7 +52,7 @@ dependencies:
52
52
  version: '0'
53
53
  prerelease: false
54
54
  type: :development
55
- description: JRuby Remedy API wrapper - written written initially to extract data for Neo4J
55
+ description: JRuby Remedy API wrapper - written initially to extract data for Neo4J
56
56
  email:
57
57
  - johan.wasserman@gmial.com
58
58
  executables: []
@@ -70,7 +70,7 @@ files:
70
70
  - lib/arsystem/version.rb
71
71
  - spec/arsystem_spec.rb
72
72
  - spec/spec_helper.rb
73
- homepage: https://github.com/johanwasserman/jARSystem
73
+ homepage: https://github.com/johanwasserman/gem-arsystem
74
74
  licenses:
75
75
  - MIT
76
76
  metadata: {}