rainforest 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +0 -4
  3. data/VERSION +1 -1
  4. data/rainforest.gemspec +1 -0
  5. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cc745fa309d169053f9d2474432424221e78426d
4
- data.tar.gz: 608eb19d1a45b593a718d0fd0af52589408c8e4d
3
+ metadata.gz: 9a8bd3b90d475c8bc357f753806096ea07ed035c
4
+ data.tar.gz: 29c3dff1169f776c2a7dea67fbb8addb0d496979
5
5
  SHA512:
6
- metadata.gz: 3a2716e85d4709803a0009e349581c0e873ec117993869147c62f5a80f8ccdb4cb416c3c38874f1f5d7e36b7e223288a546ac93977d7eb3d0cd3a2bb6ad20dad
7
- data.tar.gz: 63ea9e349c500b040779fb6c53681ba688e783ef4185155d36924aeea99c8abe253a6c7edc0caa64b09707bdaade292ed5fb4f97976cd1139e7b086ea0cee189
6
+ metadata.gz: 4e313ffb420e372713f6975a0ad12edbb854b3255ead3d4d2291fe7443ea0b022778717ffb722e718fec09dd748cde27af08b21479aaeed80295e74c5c3d4d68
7
+ data.tar.gz: 764014897f979f739f9549079e3d2979fbcae4529e7ed6801d3679867f47796e304f5b5918c21b865acf61c950446ecbd6a76e508f45f5b498cd2753a4024078
data/README.md CHANGED
@@ -26,10 +26,6 @@ require 'rainforest'
26
26
  require 'rainforest'
27
27
  Rainforest.api_key = "985de0ba7d0820912a33aa696a77319d"
28
28
 
29
- # Get all of your tests
30
- tests = Rainforest::Test.all
31
-
32
-
33
29
  # Get all of your runs
34
30
  runs = Rainforest::Run.all
35
31
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.6
1
+ 1.0.7
data/rainforest.gemspec CHANGED
@@ -10,6 +10,7 @@ spec = Gem::Specification.new do |s|
10
10
  s.authors = ['Jon Calhon']
11
11
  s.email = ['joncalhoun@gmail.com']
12
12
  s.homepage = 'https://github.com/joncalhoun/rainforest-ruby'
13
+ s.license = 'MIT'
13
14
 
14
15
  s.add_dependency('rest-client', '~> 1.4')
15
16
  s.add_dependency('multi_json', '>= 1.0.4', '< 2')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rainforest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Calhon
@@ -151,7 +151,8 @@ files:
151
151
  - test/rainforest/util_test.rb
152
152
  - test/test_helper.rb
153
153
  homepage: https://github.com/joncalhoun/rainforest-ruby
154
- licenses: []
154
+ licenses:
155
+ - MIT
155
156
  metadata: {}
156
157
  post_install_message:
157
158
  rdoc_options: []