adlint-goodies 1.0.2 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ Wed Apr 18 10:38:53 2012 Yutaka Yanoh <yanoh@users.sourceforge.net>
2
+
3
+ * release.ga : 1.1.0
4
+ - Update adlint-postfilter version.
5
+
1
6
  Tue Apr 17 21:48:14 2012 Yutaka Yanoh <yanoh@users.sourceforge.net>
2
7
 
3
8
  * release.ga : 1.0.2
data/NEWS CHANGED
@@ -22,11 +22,18 @@
22
22
 
23
23
  ++
24
24
 
25
+ === 1.1.0 is released (2012-04-18)
26
+
27
+ ==== Included goodies
28
+
29
+ * adlint-postfilter(1.1.0) - An ad-hoc filtering wrapper for \AdLint to
30
+ suppress useless warning messages
31
+
25
32
  === 1.0.0 is released (2012-04-17)
26
33
 
27
34
  This is the initial GA release of adlint-goodies.
28
35
 
29
36
  ==== Included goodies
30
37
 
31
- * adlint-postfilter - An ad-hoc filtering wrapper for \AdLint to suppress
32
- useless warning messages
38
+ * adlint-postfilter(1.0.0) - An ad-hoc filtering wrapper for \AdLint to
39
+ suppress useless warning messages
data/Rakefile CHANGED
@@ -53,7 +53,7 @@ gemspec = Gem::Specification.new do |s|
53
53
  s.rdoc_options = ["--main", "README", "--charset", "utf-8"]
54
54
 
55
55
  s.add_dependency("adlint", ">= 1.0.0")
56
- s.add_dependency("adlint-postfilter", "= 1.0.1")
56
+ s.add_dependency("adlint-postfilter", "= 1.1.0")
57
57
  end
58
58
 
59
59
  Gem::PackageTask.new(gemspec) do |pkg|
@@ -34,9 +34,9 @@ module AdLint #:nodoc:
34
34
  module Goodies #:nodoc:
35
35
 
36
36
  MAJOR_VERSION = 1
37
- MINOR_VERSION = 0
38
- PATCH_VERSION = 2
39
- RELEASE_DATE = "2012-04-17"
37
+ MINOR_VERSION = 1
38
+ PATCH_VERSION = 0
39
+ RELEASE_DATE = "2012-04-18"
40
40
 
41
41
  SHORT_VERSION = "#{MAJOR_VERSION}.#{MINOR_VERSION}.#{PATCH_VERSION}"
42
42
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adlint-goodies
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-17 00:00:00.000000000 Z
12
+ date: 2012-04-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: adlint
16
- requirement: &81410760 !ruby/object:Gem::Requirement
16
+ requirement: &81221210 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,18 +21,18 @@ dependencies:
21
21
  version: 1.0.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *81410760
24
+ version_requirements: *81221210
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: adlint-postfilter
27
- requirement: &81410510 !ruby/object:Gem::Requirement
27
+ requirement: &81220980 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - =
31
31
  - !ruby/object:Gem::Version
32
- version: 1.0.1
32
+ version: 1.1.0
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *81410510
35
+ version_requirements: *81220980
36
36
  description: An all in one installer of AdLint Goodies
37
37
  email: yanoh@users.sourceforge.net
38
38
  executables: []