wontomedia 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- wontomedia (1.0.6)
4
+ wontomedia (1.0.7)
5
5
  mongrel
6
6
  mysql (= 2.8.1)
7
7
  rails (= 2.3.11)
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 6
2
+ :patch: 7
3
3
  :major: 1
4
4
  :minor: 0
@@ -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.6"
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-03-27}
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: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 6
10
- version: 1.0.6
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-03-27 00:00:00 -07:00
18
+ date: 2011-05-13 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency