simple_form_epic_editor 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: 828c96dd98d2332f83fe737009beb57db8ec7a22
4
- data.tar.gz: e44693ce30eed3d4ae29e47d0a3aab1fbab34fea
3
+ metadata.gz: a6728f1e7f835bb1d27530165a87713668e806bb
4
+ data.tar.gz: ed6c3cb24db62bae9a4920a77524fe35036ebcc2
5
5
  SHA512:
6
- metadata.gz: 914b0e7ab2447f1e1b553f595e76489c5d52c69aa83717375a5a49a0937adabff2256bec0497c8098dbbdcc3dc0e2a6b0d774453a93f02231215de722edffefc
7
- data.tar.gz: 518881680650e6349e42a1310d5c23d90cf5c5bf4a710c1fff1acd5dfc5f37b3f11c27624524feed261361c5893e4c4d1b5aa31521a4f9583f564109f5950215
6
+ metadata.gz: 996e544fbdb96132cf81bc915101aa59f328d94837d2d1e24682eac06c313333533c9b19fd62b42c68494f840a96b7993cde206b296ab3b35396e1fefe67b860
7
+ data.tar.gz: 5428f9ed7e92374ea0bab198b0ab14b4aeae0f72535d5b98a7a9373d42256ca9d4da0a7eaf62972dd27aa2a9f27ce03f5f2f896f72035368e7c149fbef791195
data/README.md CHANGED
@@ -79,7 +79,7 @@ end
79
79
 
80
80
  ## Contributing
81
81
 
82
- 1. Fork it ( https://github.com/[my-github-username]/simple_form_epic_editor/fork )
82
+ 1. Fork it ( https://github.com/tomasc/simple_form_epic_editor/fork )
83
83
  2. Create your feature branch (`git checkout -b my-new-feature`)
84
84
  3. Commit your changes (`git commit -am 'Add some feature'`)
85
85
  4. Push to the branch (`git push origin my-new-feature`)
@@ -80,10 +80,4 @@ do ($ = jQuery, window, document) ->
80
80
 
81
81
  # =====================================================================
82
82
 
83
- $ ->
84
-
85
- $('div.epic_editor').simple_form_epic_editor()
86
-
87
- # make sure the plugin is correctly rebound to new elements
88
- $('body').on 'dom_update', (e) ->
89
- $('div.epic_editor').simple_form_epic_editor()
83
+ $ -> $('div.epic_editor').simple_form_epic_editor()
@@ -1,3 +1,3 @@
1
1
  module SimpleFormEpicEditor
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["tomas.celizna@gmail.com"]
11
11
  spec.summary = %q{Integrates the markdown editor EpicEditor with Rails and Simple Form.}
12
12
  spec.description = %q{Integrates the markdown editor EpicEditor with Rails and Simple Form.}
13
- spec.homepage = "https://github.com/tomasc/simple_form_wysihtml"
13
+ spec.homepage = "https://github.com/tomasc/simple_form_epic_editor"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,69 +1,69 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_form_epic_editor
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
  - Tomas Celizna
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-15 00:00:00.000000000 Z
11
+ date: 2015-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: simple_form
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 3.0.2
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 3.0.2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rails-assets-epiceditor
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: 0.2.2
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: 0.2.2
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ~>
45
+ - - "~>"
46
46
  - !ruby/object:Gem::Version
47
47
  version: '1.6'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ~>
52
+ - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '1.6'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rake
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - '>='
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - '>='
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  description: Integrates the markdown editor EpicEditor with Rails and Simple Form.
@@ -73,7 +73,7 @@ executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []
75
75
  files:
76
- - .gitignore
76
+ - ".gitignore"
77
77
  - Gemfile
78
78
  - LICENSE
79
79
  - README.md
@@ -90,7 +90,7 @@ files:
90
90
  - lib/simple_form_epic_editor/simple_form_epic_editor.rb
91
91
  - lib/simple_form_epic_editor/version.rb
92
92
  - simple_form_epic_editor.gemspec
93
- homepage: https://github.com/tomasc/simple_form_wysihtml
93
+ homepage: https://github.com/tomasc/simple_form_epic_editor
94
94
  licenses:
95
95
  - MIT
96
96
  metadata: {}
@@ -100,19 +100,18 @@ require_paths:
100
100
  - lib
101
101
  required_ruby_version: !ruby/object:Gem::Requirement
102
102
  requirements:
103
- - - '>='
103
+ - - ">="
104
104
  - !ruby/object:Gem::Version
105
105
  version: '0'
106
106
  required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - '>='
108
+ - - ">="
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
111
  requirements: []
112
112
  rubyforge_project:
113
- rubygems_version: 2.1.10
113
+ rubygems_version: 2.4.8
114
114
  signing_key:
115
115
  specification_version: 4
116
116
  summary: Integrates the markdown editor EpicEditor with Rails and Simple Form.
117
117
  test_files: []
118
- has_rdoc: