slim-attributes 0.7.1 → 0.7.4
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/Rakefile +5 -0
- data/VERSION.yml +2 -1
- data/ext/slim_attrib_ext.c +0 -1
- metadata +2 -2
data/Rakefile
CHANGED
|
@@ -20,3 +20,8 @@ rescue LoadError
|
|
|
20
20
|
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://
|
|
21
21
|
gems.github.com"
|
|
22
22
|
end
|
|
23
|
+
|
|
24
|
+
task :rdoc do
|
|
25
|
+
`mkdir rdoc`
|
|
26
|
+
`echo documentation is at http://github.com/sdsykes/slim-attributes > rdoc/README.rdoc`
|
|
27
|
+
end
|
data/VERSION.yml
CHANGED
data/ext/slim_attrib_ext.c
CHANGED
|
@@ -221,7 +221,6 @@ void Init_slim_attrib_ext() {
|
|
|
221
221
|
rb_define_method(cRowHash, "[]=", (VALUE(*)(ANYARGS))set_element, 2);
|
|
222
222
|
rb_define_method(cRowHash, "dup", (VALUE(*)(ANYARGS))slim_dup, 0);
|
|
223
223
|
rb_define_method(cRowHash, "has_key?", (VALUE(*)(ANYARGS))has_key, 1);
|
|
224
|
-
rb_define_method(cRowHash, "accessed_keys", (VALUE(*)(ANYARGS))accessed_keys, 0);
|
|
225
224
|
|
|
226
225
|
// set up some symbols that we will need
|
|
227
226
|
pointers_id = rb_intern("@pointers");
|
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.4
|
|
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-10-
|
|
12
|
+
date: 2009-10-21 00:00:00 +03:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|