assistance 0.0.2 → 0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +4 -0
- data/Rakefile +2 -2
- metadata +5 -4
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
@@ -9,7 +9,7 @@ include FileUtils
|
|
9
9
|
# Configuration
|
10
10
|
##############################################################################
|
11
11
|
NAME = "assistance"
|
12
|
-
VERS = "0.
|
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 = "
|
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.
|
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-
|
12
|
+
date: 2008-01-14 00:00:00 +02:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
16
|
-
description:
|
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:
|
84
|
+
summary: light-weight application support
|
84
85
|
test_files: []
|
85
86
|
|