slim-attributes 0.7.5 → 0.7.6
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +1 -1
- data/lib/slim-attributes.rb +1 -0
- metadata +3 -2
data/VERSION.yml
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
require 'slim_attributes'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: slim-attributes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stephen Sykes
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-12-23 00:00:00 +02:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -30,6 +30,7 @@ files:
|
|
30
30
|
- VERSION.yml
|
31
31
|
- ext/extconf.rb
|
32
32
|
- ext/slim_attrib_ext.c
|
33
|
+
- lib/slim-attributes.rb
|
33
34
|
- lib/slim_attributes.rb
|
34
35
|
- test/benchmark.rb
|
35
36
|
- test/database.yml
|