wontomedia 1.0.6 → 1.0.7
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/Gemfile.lock +1 -1
- data/VERSION.yml +1 -1
- data/lib/tasks/customize.rake +1 -1
- data/wontomedia.gemspec +2 -2
- metadata +4 -4
data/Gemfile.lock
CHANGED
data/VERSION.yml
CHANGED
data/lib/tasks/customize.rake
CHANGED
|
@@ -38,7 +38,7 @@ task :customize, :path_list do |t, args|
|
|
|
38
38
|
paths = args[:path_list].split(':')
|
|
39
39
|
paths.each do |p|
|
|
40
40
|
path = File.expand_path(p)
|
|
41
|
-
Dir[ File.join( path, "**", "*" ) ].each do |from_p|
|
|
41
|
+
( Dir[ File.join( path, "**", "*" ) ] + Dir[ File.join( path, "**", ".*" ) ] ).each do |from_p|
|
|
42
42
|
if File.file?( from_p )
|
|
43
43
|
from_absolute = File.expand_path(from_p)
|
|
44
44
|
from_path = File.dirname( from_absolute )
|
data/wontomedia.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{wontomedia}
|
|
8
|
-
s.version = "1.0.
|
|
8
|
+
s.version = "1.0.7"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Glen E. Ivey"]
|
|
12
|
-
s.date = %q{2011-
|
|
12
|
+
s.date = %q{2011-05-13}
|
|
13
13
|
s.description = %q{ WontoMedia is a Ruby-on-Rails web app for community creation of
|
|
14
14
|
an information classification scheme. WontoMedia is free
|
|
15
15
|
software (licensed under the AGPL v3), and is being developed by
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wontomedia
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 7
|
|
10
|
+
version: 1.0.7
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Glen E. Ivey
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
18
|
+
date: 2011-05-13 00:00:00 -07:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|