aemninja 0.0.2 → 0.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: 623162e0339d1cb1b5f229f9d958b58389e75cb9
4
- data.tar.gz: a483f61a00d5c92fe62707a90f8da172686fafc8
3
+ metadata.gz: 6b056dc4411510efec8e639fa6ba3cd1c96972a6
4
+ data.tar.gz: d3bdc312819de1b08028ed15da1094a43d4ae1f1
5
5
  SHA512:
6
- metadata.gz: db1658ae63880003c4397d2582995cf29d582b660e2cac5c1991294f7fdb0780ab22d31ab68cb667f5b7568e5cbe01bd6bc4baaa871069b25714b8c048e26ab5
7
- data.tar.gz: 1ddc05831fdbb370da7efc80b209434378f0f6fdbf0ecb43d3cb55eefcbd2d1cab514292fa0b1d152f66b1e53bf3624a620e4db6e52726b08da1e0c9a8af64eb
6
+ metadata.gz: c88921277dba3c48bdcb5e4e43b2f36009f320d2664429bc64dbf5919b24ba5600c2dc4275d64f31565990ada29e9db6e3c74bbc5753c63c8d5d0bf5264e4531
7
+ data.tar.gz: f0d504be27fd82b782f6a74e361ec2f07791456a9ee8e203729f791e2404fbc67e5543f44a93d48ee31f2acf671c996ae047cc98b17c37372980c90aee420268
@@ -1,5 +1,5 @@
1
1
  require 'json'
2
- require 'RestClient'
2
+ require 'rest-client'
3
3
  require 'active_support/core_ext/hash'
4
4
 
5
5
  module Aem
@@ -1,3 +1,3 @@
1
1
  module Aemninja
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aemninja
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - AEMNinja
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-29 00:00:00.000000000 Z
11
+ date: 2017-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport