changelog 0.1 → 0.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.
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: changelog
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: "0.
|
|
4
|
+
version: "0.2"
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- "Jakub \xC5\xA0\xC5\xA5astn\xC3\xBD aka Botanicus"
|
|
@@ -31,16 +31,16 @@ licenses: []
|
|
|
31
31
|
|
|
32
32
|
post_install_message: |-
|
|
33
33
|
=== Changes in the last version of CHANGELOG ===
|
|
34
|
-
-
|
|
34
|
+
- Removed Ruby 1.8 compatibility since we need unordered hash from 1.9
|
|
35
35
|
rdoc_options: []
|
|
36
36
|
|
|
37
37
|
require_paths:
|
|
38
38
|
- lib
|
|
39
39
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
40
40
|
requirements:
|
|
41
|
-
- -
|
|
41
|
+
- - ~>
|
|
42
42
|
- !ruby/object:Gem::Version
|
|
43
|
-
version: "
|
|
43
|
+
version: "1.9"
|
|
44
44
|
version:
|
|
45
45
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
46
46
|
requirements:
|
|
@@ -54,6 +54,6 @@ rubyforge_project: changelog
|
|
|
54
54
|
rubygems_version: 1.3.5
|
|
55
55
|
signing_key:
|
|
56
56
|
specification_version: 3
|
|
57
|
-
summary: Simple CHANGELOG parser
|
|
57
|
+
summary: Simple CHANGELOG parser for Ruby 1.9
|
|
58
58
|
test_files: []
|
|
59
59
|
|