bmabey-database_cleaner 0.2.1 → 0.2.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/History.txt +4 -1
  2. data/Rakefile +2 -2
  3. data/VERSION.yml +1 -1
  4. metadata +3 -3
data/History.txt CHANGED
@@ -1,6 +1,9 @@
1
- (In Git)
1
+ 0.2.x (In Git)
2
2
 
3
+ == 0.2.2 2009-05-08
3
4
  === Bufixes
5
+ * Added proper gemspec description and summary. (Ben Mabey, thanks to Martin Gamsjaeger)
6
+
4
7
  === New features
5
8
 
6
9
  == 0.2.1 2009-05-08
data/Rakefile CHANGED
@@ -4,10 +4,10 @@ begin
4
4
  require 'jeweler'
5
5
  Jeweler::Tasks.new do |s|
6
6
  s.name = "database_cleaner"
7
- s.summary = %Q{TODO}
7
+ s.summary = %Q{Strategies for cleaning databases. Can be used to ensure a clean state for testing.}
8
8
  s.email = "ben@benmabey.com"
9
9
  s.homepage = "http://github.com/bmabey/database_cleaner"
10
- s.description = "TODO"
10
+ s.description = "Strategies for cleaning databases. Can be used to ensure a clean state for testing."
11
11
  s.files = FileList["[A-Z]*.*", "{examples,lib,features,spec}/**/*", "Rakefile", "cucumber.yml"]
12
12
  s.authors = ["Ben Mabey"]
13
13
  end
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 1
2
+ :patch: 2
3
3
  :major: 0
4
4
  :minor: 2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bmabey-database_cleaner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Mabey
@@ -13,7 +13,7 @@ date: 2009-05-08 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
16
- description: TODO
16
+ description: Strategies for cleaning databases. Can be used to ensure a clean state for testing.
17
17
  email: ben@benmabey.com
18
18
  executables: []
19
19
 
@@ -74,7 +74,7 @@ rubyforge_project:
74
74
  rubygems_version: 1.2.0
75
75
  signing_key:
76
76
  specification_version: 3
77
- summary: TODO
77
+ summary: Strategies for cleaning databases. Can be used to ensure a clean state for testing.
78
78
  test_files:
79
79
  - spec/database_cleaner/active_record/truncation_spec.rb
80
80
  - spec/database_cleaner/configuration_spec.rb