poet 0.7 → 0.7.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
  SHA1:
3
- metadata.gz: 4fb7070a342cae74fbd9cb0b7c018ffc8537c2cb
4
- data.tar.gz: 916e6110ccacfb8e8ec5c9984a5c3cd01266f7fa
3
+ metadata.gz: 3e9c7d6033cc5a5e76f1515765103d29c2a9d2dc
4
+ data.tar.gz: ee8dfc72f709de180e6ac844b18fa76a2a3a6a1c
5
5
  SHA512:
6
- metadata.gz: d9a3871ae91f7784d750b1760191ec4041b516cd2db37d8747bc14a610559678d3f7b55abc2b5c33dcb9aeaa25d2ec06ed99e17dfc666cbab96d549d432ec832
7
- data.tar.gz: 7e20f7e476af2418b350bc153562bd75bff9fe3372e998054c4520f05aced137fd2ba2263dbe90cc0bac1ab4f8277314d79ec8e4e60e1caaab1d7d8df0be7951
6
+ metadata.gz: bffba7795d49333412d993c24a669d1578702752ef35753f5d9c618ae2154ae35c4a2a477c534a245a0aef9226c9424c92a8963e90408234b478f354885852c2
7
+ data.tar.gz: c924a9035b865f369f4842dc23f2348b9e712e95f03923ad3c7ed8fba5b838fd5855d39847d7ad92b1768cad6d1af9353e3f2e2a792b89b188e611ca24308cee
@@ -1,5 +1,7 @@
1
1
  master
2
2
 
3
+ 0.7
4
+
3
5
  - list config files with `poet ls` or `poet ls --tree`
4
6
 
5
7
  - drop suport for Ruby 1.9.2, officially support 2.0
@@ -1,3 +1,3 @@
1
1
  module Poet
2
- VERSION = "0.7"
2
+ VERSION = "0.7.1"
3
3
  end
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.homepage = "https://github.com/awendt/poet"
11
11
  s.summary = %q{Poet concatenates stanzas}
12
12
  s.description = %q{Split your longish ~/.ssh/config into files in ~/.ssh/config.d/ and let poet join them for you.}
13
+ s.license = "MIT"
13
14
 
14
15
  s.rubyforge_project = "poet"
15
16
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: poet
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.7'
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - André Wendt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-18 00:00:00.000000000 Z
11
+ date: 2013-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber
@@ -98,7 +98,8 @@ files:
98
98
  - lib/poet/version.rb
99
99
  - poet.gemspec
100
100
  homepage: https://github.com/awendt/poet
101
- licenses: []
101
+ licenses:
102
+ - MIT
102
103
  metadata: {}
103
104
  post_install_message:
104
105
  rdoc_options: []