unwrappr 0.3.0 → 0.3.1

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
  SHA256:
3
- metadata.gz: 79e5cc78888cbad5bd38668addf51e451fb15074c2db7193e663950d77513fe2
4
- data.tar.gz: '0024689eefd6ef862cf9249f833f2965a9d850263d0315624d61b998332afbb0'
3
+ metadata.gz: c4e1cd568dbe3c7626deb05ad7f66a4f1d87a10ff67fbfc97b0b793031e10943
4
+ data.tar.gz: abf1f934ba7260f37d68f7a63cd79cc927fc65500bedd587a43edb66fe9bf960
5
5
  SHA512:
6
- metadata.gz: cd069f4dd6de94d0060e13b0ca118b1091965777bb4ebd0a57e3c1e445d32c278cacf419ce971aeb8b59be59ed5257a6df0c77b42ffcd8602a7ad80cba6ed0b6
7
- data.tar.gz: 2b33c94c7896797288b6945368c4c0f5502ed26bd48d64dc9eb7cf032fe28d0b9fa61d97ad05534e04c55cc6670d8050dff2ad799672bb7ec665758e23626927
6
+ metadata.gz: 436d2319f96351bf50328384c4ffc7c9d61c15d76a7190a6c45722691df4b583106d8622f3c16dbe6d6844bf8f7d997c45b9fd9879cffaa6fa2a8aa1f516b85c
7
+ data.tar.gz: 2790650d27ee7c58b0910d093b3478b4a4c8f568b5dd5c13c45a7f091198f16e32a93763378774e37dd5f68e5e22d7dc7c5189c9e823add8fcbdb4612c7e4828
data/.travis.yml CHANGED
@@ -1,5 +1,9 @@
1
1
  sudo: false
2
2
  language: ruby
3
3
  rvm:
4
- - 2.4.2
5
- before_install: gem install bundler -v 1.16.1
4
+ - 2.3.8
5
+ - 2.4.5
6
+ - 2.5.3
7
+ before_install:
8
+ - gem update --system
9
+ - gem install bundler
data/CHANGELOG.md CHANGED
@@ -5,5 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+
9
+ ## [0.3.1] 2018-11-12
8
10
  ### Changed
9
- - Preparing for release!
11
+ - Travis CI enabled
12
+ - Ensure we are protected against CVE-2017-8418
13
+ - RubyGems metadata includes a description
14
+
15
+ ## [0.3.0] 2018-11-12
16
+ ## Initial Release
data/README.md CHANGED
@@ -16,7 +16,7 @@ to get regular dependency updates into production.
16
16
  - Vulnerability advisory information using [bundler-audit](https://github.com/rubysec/bundler-audit)
17
17
  - Links to the home page, source code and change log (where available) of each gem
18
18
 
19
- ## Development status [![Build status](https://badge.buildkite.com/d7db34f910131ff2a03d31dcc0ee960a3bc5f0df2c42ec4eb4.svg?branch=master&style=flat-square)](https://buildkite.com/envato-marketplaces/unwrappr)
19
+ ## Development status [![Build Status](https://travis-ci.org/envato/unwrappr.svg?branch=master)](https://travis-ci.org/envato/unwrappr)
20
20
 
21
21
  `unwrappr` is used in many projects around [Envato][envato]
22
22
  However, it is still undergoing development and features are likely to change
@@ -54,7 +54,7 @@ See https://github.com/settings/tokens to set up personal access tokens.
54
54
 
55
55
  ## Requirements
56
56
 
57
- - Ruby (tested against v2.4 and above)
57
+ - Ruby (tested against v2.3 and above)
58
58
  - GitHub access (see Configuration section)
59
59
 
60
60
  ## Contact ![Join the chat at https://gitter.im/envato/unwrappr](https://badges.gitter.im/Join%20Chat.svg)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Unwrappr
4
- VERSION = '0.3.0'
4
+ VERSION = '0.3.1'
5
5
  end
data/unwrappr.gemspec CHANGED
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength:
19
19
  spec.email = AUTHORS.keys
20
20
 
21
21
  spec.summary = "A tool to unwrap your gems and see what's changed easily"
22
- spec.description = "Let's fill this bit out later"
22
+ spec.description = 'bundle update PRs: Automated. Annotated.'
23
23
  spec.homepage = 'http://www.unwrappr.com.org'
24
24
  spec.license = 'MIT'
25
25
 
@@ -44,7 +44,7 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength:
44
44
  spec.add_development_dependency 'rake', '~> 10.0'
45
45
  spec.add_development_dependency 'rspec', '~> 3.0'
46
46
  spec.add_development_dependency 'rspec-its', '~> 1'
47
- spec.add_development_dependency 'rubocop', '~> 0'
47
+ spec.add_development_dependency 'rubocop', '>= 0.49.0'
48
48
 
49
49
  spec.metadata = {
50
50
  'bug_tracker_uri' => 'https://github.com/envato/unwrappr/issues',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unwrappr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emilyn Escabarte
@@ -200,17 +200,17 @@ dependencies:
200
200
  name: rubocop
201
201
  requirement: !ruby/object:Gem::Requirement
202
202
  requirements:
203
- - - "~>"
203
+ - - ">="
204
204
  - !ruby/object:Gem::Version
205
- version: '0'
205
+ version: 0.49.0
206
206
  type: :development
207
207
  prerelease: false
208
208
  version_requirements: !ruby/object:Gem::Requirement
209
209
  requirements:
210
- - - "~>"
210
+ - - ">="
211
211
  - !ruby/object:Gem::Version
212
- version: '0'
213
- description: Let's fill this bit out later
212
+ version: 0.49.0
213
+ description: 'bundle update PRs: Automated. Annotated.'
214
214
  email:
215
215
  - emilyn.escabarte@envato.com
216
216
  - joe.sustaric@envato.com