assistance 0.0.2 → 0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG +4 -0
  2. data/Rakefile +2 -2
  3. metadata +5 -4
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ === 0.1 (2008-01-14)
2
+
3
+ * First "official" release.
4
+
1
5
  === 0.0.2 (2008-01-10)
2
6
 
3
7
  * Removed Sequel namespace for ConnectionPool.
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ include FileUtils
9
9
  # Configuration
10
10
  ##############################################################################
11
11
  NAME = "assistance"
12
- VERS = "0.0.2"
12
+ VERS = "0.1"
13
13
  CLEAN.include ["**/.*.sw?", "pkg/*", ".config", "doc/*", "coverage/*"]
14
14
  RDOC_OPTS = [
15
15
  "--quiet",
@@ -56,7 +56,7 @@ spec = Gem::Specification.new do |s|
56
56
  s.extra_rdoc_files = ["README", "CHANGELOG", "COPYING"]
57
57
  s.rdoc_options += RDOC_OPTS +
58
58
  ["--exclude", "^(examples|extras)\/", "--exclude", "lib/assistance.rb"]
59
- s.summary = "Database access for Ruby"
59
+ s.summary = "light-weight application support"
60
60
  s.description = s.summary
61
61
  s.author = "Ezra Zygmuntowicz, Sam Smoot, Sharon Rosner"
62
62
  s.email = "ezmobius@gmail.com, ssmoot@gmail.com, ciconia@gmail.com"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: assistance
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: "0.1"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezra Zygmuntowicz, Sam Smoot, Sharon Rosner
@@ -9,11 +9,11 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-01-10 00:00:00 +02:00
12
+ date: 2008-01-14 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
16
- description: Database access for Ruby
16
+ description: light-weight application support
17
17
  email: ezmobius@gmail.com, ssmoot@gmail.com, ciconia@gmail.com
18
18
  executables: []
19
19
 
@@ -27,6 +27,7 @@ files:
27
27
  - COPYING
28
28
  - README
29
29
  - Rakefile
30
+ - doc/rdoc
30
31
  - spec/blank_spec.rb
31
32
  - spec/connection_pool_spec.rb
32
33
  - spec/inflector_spec.rb
@@ -80,6 +81,6 @@ rubyforge_project: assistance
80
81
  rubygems_version: 1.0.1
81
82
  signing_key:
82
83
  specification_version: 2
83
- summary: Database access for Ruby
84
+ summary: light-weight application support
84
85
  test_files: []
85
86