Revision 70440850
Added by Andrew Kofink about 5 years ago
hammer_cli_csv.gemspec | ||
---|---|---|
6 | 6 |
|
7 | 7 |
spec.name = "hammer_cli_csv" |
8 | 8 |
spec.version = HammerCLICsv.version |
9 |
spec.authors = ["Thomas McKay"] |
|
10 |
spec.email = ["thomasmckay@redhat.com"] |
|
9 |
spec.authors = [ |
|
10 |
"Thomas McKay", |
|
11 |
"Eric Helms", |
|
12 |
"Adam Price", |
|
13 |
"Andrew Kofink", |
|
14 |
"David Davis" |
|
15 |
] |
|
16 |
spec.email = ["katello@lists.fedorahosted.org"] |
|
11 | 17 |
spec.homepage = "http://github.com/Katello/hammer-cli-csv" |
12 |
spec.license = "GPL-3" |
|
18 |
spec.license = "GPL-3.0"
|
|
13 | 19 |
|
14 | 20 |
spec.platform = Gem::Platform::RUBY |
15 | 21 |
spec.summary = "CSV commands for Hammer" |
lib/hammer_cli_csv/version.rb | ||
---|---|---|
1 | 1 |
module HammerCLICsv |
2 | 2 |
def self.version |
3 |
@version ||= Gem::Version.new('2.2.1')
|
|
3 |
@version ||= Gem::Version.new('2.3.0')
|
|
4 | 4 |
end |
5 | 5 |
end |
release_notes.md | ||
---|---|---|
1 |
Release Notes |
|
2 |
============= |
|
3 |
|
|
4 |
### 2.3.0 (2017-06-08) |
|
5 |
- [f92e695](https://github.com/Katello/hammer-cli-csv/commit/f92e695) - Fixes [#19927](http://projects.theforeman.org/issues/19927) - Drop and readd rules when importing filters (2017-06-08 09:01:45 -0400) *David Davis* |
|
6 |
- [ebb0044](https://github.com/Katello/hammer-cli-csv/commit/ebb0044) - Fixes [#19718](http://projects.theforeman.org/issues/19718) - Allow import of unpublished CVs (2017-06-06 13:31:15 -0400) *Andrew Kofink* |
|
7 |
- [0030fb4](https://github.com/Katello/hammer-cli-csv/commit/0030fb4) - vcr - re-record content_hosts tests (2017-05-30 12:13:07 -0400) *Tom McKay* |
|
8 |
- [2f22006](https://github.com/Katello/hammer-cli-csv/commit/2f22006) - fixes [#18864](http://projects.theforeman.org/issues/18864) - option to clear subscriptions first (2017-05-30 12:13:07 -0400) *Tom McKay* |
|
9 |
- [ac187d3](https://github.com/Katello/hammer-cli-csv/commit/ac187d3) - vcr recording tests (2017-05-30 10:53:29 -0400) *Tom McKay* |
|
10 |
- [a2c9720](https://github.com/Katello/hammer-cli-csv/commit/a2c9720) - fixes [#18616](http://projects.theforeman.org/issues/18616) - for import (2017-05-30 10:53:29 -0400) *Tom McKay* |
|
11 |
- [ff46702](https://github.com/Katello/hammer-cli-csv/commit/ff46702) - vcr - full re-record (2017-03-28 10:18:22 -0400) *Tom McKay* |
|
12 |
- [6803906](https://github.com/Katello/hammer-cli-csv/commit/6803906) - vcr - re-recording content_hosts_test.rb (2017-03-28 10:18:22 -0400) *Tom McKay* |
|
13 |
- [91caed1](https://github.com/Katello/hammer-cli-csv/commit/91caed1) - fixes [#18384](http://projects.theforeman.org/issues/18384) - namify Guests of Host column (2017-03-28 10:18:22 -0400) *Tom McKay* |
|
14 |
- [b42ced7](https://github.com/Katello/hammer-cli-csv/commit/b42ced7) - #150 remove the *1* field from composite lines in content view export (2017-02-01 10:42:04 -0500) *Eric Lake* |
Also available in: Unified diff
Fixes #19972 - Release 2.3.0
Add more authors; set email to katello main email