duck-duck-go 1.0.1 → 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.
Files changed (4) hide show
  1. data/CHANGES +8 -0
  2. data/VERSION +1 -1
  3. data/duck-duck-go.gemspec +2 -1
  4. metadata +4 -3
data/CHANGES ADDED
@@ -0,0 +1,8 @@
1
+ 1.0.2 08-04-2011
2
+ - Add CHANGES file
3
+
4
+ 1.0.1 08-04-2011
5
+ - Fix email address typo. No code changes.
6
+
7
+ 1.0.0 08-04-2011
8
+ - Initial version
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{duck-duck-go}
8
- s.version = "1.0.1"
8
+ s.version = "1.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["andrewrjones"]
@@ -17,6 +17,7 @@ Gem::Specification.new do |s|
17
17
  "README.rdoc"
18
18
  ]
19
19
  s.files = [
20
+ "CHANGES",
20
21
  "LICENSE",
21
22
  "README.rdoc",
22
23
  "Rakefile",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: duck-duck-go
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
10
- version: 1.0.1
9
+ - 2
10
+ version: 1.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - andrewrjones
@@ -56,6 +56,7 @@ extra_rdoc_files:
56
56
  - LICENSE
57
57
  - README.rdoc
58
58
  files:
59
+ - CHANGES
59
60
  - LICENSE
60
61
  - README.rdoc
61
62
  - Rakefile