vanilla 1.9.9 → 1.9.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/vanilla/dynasnips/edit.rb +1 -1
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -25,7 +25,7 @@ if Object.const_defined?(:Gem)
25
25
 
26
26
  # Change these as appropriate
27
27
  s.name = "vanilla"
28
- s.version = "1.9.9"
28
+ s.version = "1.9.10"
29
29
  s.summary = "A bliki-type web content thing."
30
30
  s.author = "James Adam"
31
31
  s.email = "james@lazyatom.com.com"
@@ -21,7 +21,7 @@ class EditSnip < Dynasnip
21
21
  return 'no params' if snip_attributes.empty?
22
22
  snip = app.soup[snip_attributes[:name]]
23
23
  snip_attributes.each do |name, value|
24
- snip.__send__(:set_value, name, value)
24
+ snip.__send__("#{name}=", value)
25
25
  end
26
26
  snip.save
27
27
  %{Saved snip #{link_to snip_attributes[:name]} ok}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vanilla
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.9
4
+ version: 1.9.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Adam
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-12 00:00:00 +01:00
12
+ date: 2009-10-13 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency