ossy 0.1.1 → 0.1.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
  SHA256:
3
- metadata.gz: 965afe44b899667c0d9ea0c44e1b11bf056a16ff8054e3d595ad6c5ec9318af6
4
- data.tar.gz: 7d661d6bfea8f538ac3417c28e5e0a9868a542b14b8c8320a63cc7bdd6d18800
3
+ metadata.gz: ed72b49fd31404f38c118558aa38f6f2e1469e3937d858c77a1bcb5585f94eff
4
+ data.tar.gz: b1b364bc5a9b33da7ed7fabf0f648e7f74b47efc3922d3ca61d47995579f58b4
5
5
  SHA512:
6
- metadata.gz: daba5695f37732e662a3fb25ab967b14270ce0fb444d1493730356baacfcddcc4d782afbaacbbdb8b2c272c0cfd45ace73fc004bca0e51a84b809684cf9d7256
7
- data.tar.gz: 70076b0610889382bf47f43dd779334a15ee84df083444fa4e89ad49109b6459c6bf918e0c52f29c286b9c02e176f9062472bb5f391ca106d640456d9d6e86cd
6
+ metadata.gz: c050bd2e6d8ceab00e0617a66a363f44f2a9f1a81416c3de2f8a2f05fcb67b9f1cf544b47d15ea59d622bc0b4e2dc1490de4a9b95f43ce51cd3bde1b19902def
7
+ data.tar.gz: 16e592ffe2465faf4bd4de7685dfc7c562735e2e65d1a814417f002a72aa1784c4127c159f74b2dc0be552c4dd6ef0b4dc9cba09da159952380f2f64e11d6553
data/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## 0.1.2 2020-01-23
2
+
3
+ ### Fixed
4
+
5
+ - `ossy` executable no longer requires bundler/setup (@solnic)"
6
+
7
+ ### Changed
8
+
9
+ - Bump dep on dry-cli to >= 0.5.1 which fixed missing `set` require (@solnic)
10
+
1
11
  ## 0.1.1 2020-01-22
2
12
 
3
13
  ### Changed
data/README.md CHANGED
@@ -1,5 +1,15 @@
1
+ [gem]: https://rubygems.org/gems/ossy
2
+ [actions]: https://github.com/solnic/ossy/actions
3
+ [codacy]: https://www.codacy.com/manual/solnic/ossy
4
+ [inchpages]: http://inch-ci.org/github/solnic/ossy
5
+
1
6
  # Ossy
2
7
 
8
+ [![Gem Version](https://badge.fury.io/rb/ossy.svg)][gem]
9
+ [![CI Status](https://github.com/solnic/ossy/workflows/ci/badge.svg)][actions]
10
+ [![Codacy Badge](https://api.codacy.com/project/badge/Grade/70550ec31fdc40edbd7e2c47f707c892)][codacy]
11
+ [![Inline docs](http://inch-ci.org/github/solnic/ossy.svg?branch=master)][inchpages]
12
+
3
13
  Ossy is a CLI tool that provides various commands that help with maintenance automation.
4
14
 
5
15
  ## Status
data/bin/ossy CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  # frozen_string_literal: true
4
4
 
5
- require 'bundler/setup'
6
5
  require 'ossy/cli'
7
6
 
8
7
  Ossy::CLI::Application.start
data/lib/ossy/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ossy
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ossy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotr Solnica
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-22 00:00:00.000000000 Z
11
+ date: 2020-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-inflector
@@ -37,6 +37,9 @@ dependencies:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
39
  version: '0.5'
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: 0.5.1
40
43
  type: :runtime
41
44
  prerelease: false
42
45
  version_requirements: !ruby/object:Gem::Requirement
@@ -44,6 +47,9 @@ dependencies:
44
47
  - - "~>"
45
48
  - !ruby/object:Gem::Version
46
49
  version: '0.5'
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 0.5.1
47
53
  - !ruby/object:Gem::Dependency
48
54
  name: dry-types
49
55
  requirement: !ruby/object:Gem::Requirement