changelog 0.1 → 0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +5 -5
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.1"
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
- - Basic functionality
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: "0"
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