stay 0.1.4.3 → 0.1.4.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/lib/stay/helper.rb +1 -1
  3. data/stay.gemspec +1 -1
  4. metadata +1 -1
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('stay', '0.1.4.3') do |p|
5
+ Echoe.new('stay', '0.1.4.3.1') do |p|
6
6
  p.description = "Form ajax helper with tinymce support"
7
7
  p.summary = "Helper for building ajax form, inspired by best_in_place, with some modifications, support tinymce as editor"
8
8
  p.url = "http://github.com/tejanium/stay"
@@ -25,7 +25,7 @@ module Stay
25
25
  def stay(record, field, opts = {})
26
26
  raise ArgumentError, "Can't have Canceller without Submitter" if opts[:canceller] && opts[:submitter].nil?
27
27
  opts[:type] ||= :text_field
28
- html = "<span class='stay' id=#{ if opts[:id] }"
28
+ html = "<span class='stay' "
29
29
  html << "data-activator='#{ opts[:activator] }' " if opts[:activator]
30
30
  html << "data-submitter='#{ opts[:submitter] }' " if opts[:submitter]
31
31
  html << "data-canceller='#{ opts[:canceller] }' " if opts[:canceller]
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "stay"
5
- s.version = "0.1.4.3"
5
+ s.version = "0.1.4.3.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Teja Sophista"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stay
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4.3
4
+ version: 0.1.4.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: