sexy-content-editable 0.0.2 → 0.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1e41e9defd56d68953a05a25d15e78285114c69e
4
- data.tar.gz: 1667245956897ce8634c54f014554d5f723a8e20
3
+ metadata.gz: f619c5719e80b15e723a0f8f5a8a3117157255b3
4
+ data.tar.gz: d68363458ad0340fa12c6435a5c508464700dc77
5
5
  SHA512:
6
- metadata.gz: b315b00f5e69328d1bc0c01578573cd920e3a7fd62ca97a975f6eef75a5e49f795b7c9fb27b7d43621babdfffb0f553fa54772846fdab4dea9cc879758e2fd99
7
- data.tar.gz: a4647827e8f6ae9ed019c802766b62d27c1d2a6107d5def06ffade309559b3e6022656290d09c32ad3af1d36b4492654f93c3ee80d2ebef20cdf25d5845d34a7
6
+ metadata.gz: afbb68be87f5bac6349ba3bc30efabbe8728cc8eb0b7ed73f27f923fe9e72595e75c5b5e781bb24fbbc8eda7818324e026f2b39857cc0f911a71247f69136e42
7
+ data.tar.gz: fe82723c770a197955c75c94885fad05eca84279ae932249135836b3e452b029bf62e34d5e72f73c462fdacce63c74d13cc0a5d11e49ca5afb335348657f8479
@@ -72,7 +72,6 @@ class LinkPrompt extends BasePrompt
72
72
  super('templates/link_prompt_modal')
73
73
 
74
74
  _processUserInput : (userInput) =>
75
- debugger
76
75
  url = userInput.filter (e) ->
77
76
  e.value if e.name is "url"
78
77
 
@@ -123,6 +122,7 @@ class SexyContentEditable
123
122
 
124
123
  _extractConfiguration: ->
125
124
  @value = @$formElement.attr('value')
125
+ # TODO: Not in use. Fix this ¬_¬U
126
126
  @buttonsConfig = @$formElement.data('toolbar-config') || 'default'
127
127
  @buttons = @$formElement.data('toolbar-buttons') || ALL_BUTTONS
128
128
  @size = @$formElement.data('size') || ''
@@ -1,3 +1,3 @@
1
1
  module SexyContentEditable
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sexy-content-editable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Trabe Soluciones
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-07 00:00:00.000000000 Z
11
+ date: 2015-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -105,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  version: '0'
106
106
  requirements: []
107
107
  rubyforge_project:
108
- rubygems_version: 2.2.2
108
+ rubygems_version: 2.4.5
109
109
  signing_key:
110
110
  specification_version: 4
111
111
  summary: Sexy content editable for Rails forms