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 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
- but lacking the suffix.
152
+ endowed with the suffix.
153
153
 
154
154
  == Copyright
155
155
 
@@ -29,7 +29,7 @@ class AssetLibrary
29
29
  end
30
30
 
31
31
  def import_styles_tag(urls)
32
- urls.each_slice(30).collect{ |subset| import_style_tag(subset) }.join("\n")
32
+ urls.enum_slice(30).collect{ |subset| import_style_tag(subset) }.join("\n")
33
33
  end
34
34
 
35
35
  def import_style_tag(urls)
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.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-15 00:00:00 -07:00
12
+ date: 2009-07-16 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15