adamh-asset_library 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +1 -1
- data/lib/asset_library/helpers.rb +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
@@ -149,7 +149,7 @@ allowed; <tt>**</tt> expands to "any nesting of directories". Files which do
|
|
149
149
|
not exist will be excluded; globbing will include/exclude files with
|
150
150
|
<tt>extra_suffixes</tt> as appropriate; and files without
|
151
151
|
<tt>optional_suffix</tt> will not be output alongside files with the same name
|
152
|
-
|
152
|
+
endowed with the suffix.
|
153
153
|
|
154
154
|
== Copyright
|
155
155
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: adamh-asset_library
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- adamh
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-07-
|
12
|
+
date: 2009-07-16 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|