adlint-goodies 1.2.0 → 1.2.1

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
+ Thu Nov 29 17:55:06 2012 Yutaka Yanoh <yanoh@users.sourceforge.net>
2
+
3
+ * release.ga : 1.2.1
4
+ - Update adlint-benchmark version.
5
+
1
6
  Tue Nov 27 18:01:39 2012 Yutaka Yanoh <yanoh@users.sourceforge.net>
2
7
 
3
8
  * release.ga : 1.2.0
data/NEWS CHANGED
@@ -22,6 +22,22 @@
22
22
 
23
23
  ++
24
24
 
25
+ === 1.2.1 is released (2012-11-29)
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
+ * adlint-benchmark(1.1.0) - Simple benchmark of \AdLint
32
+
33
+ === 1.2.0 is released (2012-11-27)
34
+
35
+ ==== Included goodies
36
+
37
+ * adlint-postfilter(1.1.0) - An ad-hoc filtering wrapper for \AdLint to
38
+ suppress useless warning messages
39
+ * adlint-benchmark(1.0.0) - Simple benchmark of \AdLint
40
+
25
41
  === 1.1.0 is released (2012-04-18)
26
42
 
27
43
  ==== Included goodies
data/Rakefile CHANGED
@@ -54,7 +54,7 @@ gemspec = Gem::Specification.new do |s|
54
54
 
55
55
  s.add_dependency("adlint", ">= 2.6.10")
56
56
  s.add_dependency("adlint-postfilter", "= 1.1.0")
57
- s.add_dependency("adlint-benchmark", "= 1.0.0")
57
+ s.add_dependency("adlint-benchmark", "= 1.1.0")
58
58
  end
59
59
 
60
60
  Gem::PackageTask.new(gemspec) do |pkg|
@@ -35,8 +35,8 @@ module Goodies #:nodoc:
35
35
 
36
36
  MAJOR_VERSION = 1
37
37
  MINOR_VERSION = 2
38
- PATCH_VERSION = 0
39
- RELEASE_DATE = "2012-11-27"
38
+ PATCH_VERSION = 1
39
+ RELEASE_DATE = "2012-11-29"
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.2.0
4
+ version: 1.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-27 00:00:00.000000000 Z
12
+ date: 2012-11-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: adlint
@@ -50,7 +50,7 @@ dependencies:
50
50
  requirements:
51
51
  - - '='
52
52
  - !ruby/object:Gem::Version
53
- version: 1.0.0
53
+ version: 1.1.0
54
54
  type: :runtime
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
@@ -58,7 +58,7 @@ dependencies:
58
58
  requirements:
59
59
  - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: 1.0.0
61
+ version: 1.1.0
62
62
  description: An all in one installer of AdLint Goodies
63
63
  email: yanoh@users.sourceforge.net
64
64
  executables: []