kelredd-pathsconfig 0.1.2 → 0.1.3
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.
- data/README.rdoc +1 -1
- data/Rakefile +2 -2
- data/lib/pathsconfig/version.rb +1 -1
- metadata +7 -6
data/README.rdoc
CHANGED
data/Rakefile
CHANGED
|
@@ -5,7 +5,7 @@ require 'rake/testtask'
|
|
|
5
5
|
require 'lib/pathsconfig/version'
|
|
6
6
|
|
|
7
7
|
spec = Gem::Specification.new do |s|
|
|
8
|
-
s.name = 'pathsconfig'
|
|
8
|
+
s.name = 'kelredd-pathsconfig'
|
|
9
9
|
s.version = Pathsconfig::Version.to_s
|
|
10
10
|
s.has_rdoc = true
|
|
11
11
|
s.extra_rdoc_files = %w(README.rdoc)
|
|
@@ -13,7 +13,7 @@ spec = Gem::Specification.new do |s|
|
|
|
13
13
|
s.summary = "A ruby gem to help configure dynamic file paths for classes in a easy way."
|
|
14
14
|
s.author = 'Kelly Redding'
|
|
15
15
|
s.email = 'kelly@kelredd.com'
|
|
16
|
-
s.homepage = 'http://
|
|
16
|
+
s.homepage = 'http://github.com/kelredd/pathsconfig'
|
|
17
17
|
s.files = %w(README.rdoc Rakefile) + Dir.glob("{lib}/**/*")
|
|
18
18
|
# s.executables = ['pathsconfig']
|
|
19
19
|
|
data/lib/pathsconfig/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kelredd-pathsconfig
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kelly Redding
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-
|
|
12
|
+
date: 2009-11-21 00:00:00 -06:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|
|
@@ -24,15 +24,16 @@ extra_rdoc_files:
|
|
|
24
24
|
files:
|
|
25
25
|
- README.rdoc
|
|
26
26
|
- Rakefile
|
|
27
|
-
- lib/pathsconfig
|
|
28
27
|
- lib/pathsconfig/base.rb
|
|
29
28
|
- lib/pathsconfig/configuration.rb
|
|
30
29
|
- lib/pathsconfig/exceptions.rb
|
|
31
30
|
- lib/pathsconfig/extensions.rb
|
|
32
31
|
- lib/pathsconfig/version.rb
|
|
33
32
|
- lib/pathsconfig.rb
|
|
34
|
-
has_rdoc:
|
|
35
|
-
homepage: http://
|
|
33
|
+
has_rdoc: true
|
|
34
|
+
homepage: http://github.com/kelredd/pathsconfig
|
|
35
|
+
licenses: []
|
|
36
|
+
|
|
36
37
|
post_install_message:
|
|
37
38
|
rdoc_options:
|
|
38
39
|
- --main
|
|
@@ -54,7 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
54
55
|
requirements: []
|
|
55
56
|
|
|
56
57
|
rubyforge_project:
|
|
57
|
-
rubygems_version: 1.
|
|
58
|
+
rubygems_version: 1.3.5
|
|
58
59
|
signing_key:
|
|
59
60
|
specification_version: 3
|
|
60
61
|
summary: A ruby gem to help configure dynamic file paths for classes in a easy way.
|