changelog 0.6 → 0.6.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.
Files changed (2) hide show
  1. data/changelog.gemspec +2 -2
  2. metadata +7 -7
@@ -8,7 +8,7 @@ require "base64"
8
8
 
9
9
  Gem::Specification.new do |s|
10
10
  s.name = "changelog"
11
- s.version = "0.6"
11
+ s.version = "0.6.1"
12
12
  s.authors = ["Jakub Šťastný aka Botanicus"]
13
13
  s.homepage = "http://github.com/botanicus/changelog"
14
14
  s.summary = "Simple CHANGELOG parser for Ruby 1.9"
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
23
23
  s.require_paths = ["lib"]
24
24
 
25
25
  # ruby version
26
- s.required_ruby_version = ::Gem::Requirement.new("~> 1.9")
26
+ # s.required_ruby_version = ::Gem::Requirement.new("~> 1.9")
27
27
 
28
28
  # post install message
29
29
  s.post_install_message = CHANGELOG.new.version_changes
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: changelog
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- version: "0.6"
9
+ - 1
10
+ version: 0.6.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - "Jakub \xC5\xA0\xC5\xA5astn\xC3\xBD aka Botanicus"
@@ -48,13 +49,12 @@ require_paths:
48
49
  required_ruby_version: !ruby/object:Gem::Requirement
49
50
  none: false
50
51
  requirements:
51
- - - ~>
52
+ - - ">="
52
53
  - !ruby/object:Gem::Version
53
- hash: 29
54
+ hash: 3
54
55
  segments:
55
- - 1
56
- - 9
57
- version: "1.9"
56
+ - 0
57
+ version: "0"
58
58
  required_rubygems_version: !ruby/object:Gem::Requirement
59
59
  none: false
60
60
  requirements: