rspec-webservice-outputter 0.4.0 → 0.4.1

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: fab561d88210a8531ee21ee9fa93c5620e72c175
4
- data.tar.gz: d28c5e4cd31892e90f33abdfc46b73eaba70cd22
3
+ metadata.gz: 35d6d889b8ad0af3198c5a726582a05936774cac
4
+ data.tar.gz: 4463d462d2f6f8f43167e8b8fd6a5a1aa54d994f
5
5
  SHA512:
6
- metadata.gz: 2244986ecf31e7d244f46d583d5d6855a1651e94f8eac95fde984c964feb968cab7863b811dbfc8e9b69b13b84de616efdadf4617b855af08c947034904fd5cb
7
- data.tar.gz: 1b543373b06ba40506595fbfe23b28d0e80f811db57cba7c941d9fe05695e8932a355eba9588e6009f88d0a74117f8b684a0c9438e84d1d4293182c8458d9a25
6
+ metadata.gz: 8d9ef844049c13f7f6d81b2e78a3426c7aa8adcb53eab2d7df0b30d9d10f03b83b123a1ec84ecceaf58c7483f0acd633392fd5561ba10904a1394883502e7f63
7
+ data.tar.gz: 933e277659721571f80e0ae44d20730a99fc1776deab44fcbfd79b6a1d1ab765a58e2ed9759717e3f8631cc9bd43a202629365e1fbb7b4288e44fdb91376a641
@@ -1 +1,7 @@
1
1
  language: ruby
2
+ before_install:
3
+ - gem install bundler
4
+ rvm:
5
+ - 2.2.10
6
+ - 2.3.6
7
+ - 2.4.4
@@ -8,7 +8,7 @@ GEM
8
8
  descendants_tracker (0.0.4)
9
9
  thread_safe (~> 0.3, >= 0.3.1)
10
10
  diff-lcs (1.3)
11
- docile (1.1.5)
11
+ docile (1.3.0)
12
12
  faraday (0.12.2)
13
13
  multipart-post (>= 1.2, < 3)
14
14
  git (1.3.0)
@@ -20,7 +20,7 @@ GEM
20
20
  oauth2 (~> 1.0)
21
21
  hashie (3.5.7)
22
22
  highline (1.7.10)
23
- json (1.8.3)
23
+ json (1.8.6)
24
24
  juwelier (2.4.9)
25
25
  builder
26
26
  bundler
@@ -81,11 +81,11 @@ GEM
81
81
  unicode-display_width (~> 1.0, >= 1.0.1)
82
82
  ruby-progressbar (1.9.0)
83
83
  semver2 (3.4.2)
84
- simplecov (0.11.2)
85
- docile (~> 1.1.0)
86
- json (~> 1.8)
84
+ simplecov (0.16.1)
85
+ docile (~> 1.1)
86
+ json (>= 1.8, < 3)
87
87
  simplecov-html (~> 0.10.0)
88
- simplecov-html (0.10.0)
88
+ simplecov-html (0.10.2)
89
89
  thread_safe (0.3.6)
90
90
  unicode-display_width (1.3.0)
91
91
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0
1
+ 0.4.1
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: rspec-webservice-outputter 0.4.0 ruby lib
5
+ # stub: rspec-webservice-outputter 0.4.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "rspec-webservice-outputter"
9
- s.version = "0.4.0"
9
+ s.version = "0.4.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-webservice-outputter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas Babb