gollum_editor 0.4 → 0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ YjJjYjliMTQ5OTNjZDZjNjM1YTc2NDQxN2QwYjgwMmExN2M0ZjczYQ==
5
+ data.tar.gz: !binary |-
6
+ ZGM4Nzg1ZWI5Nzc1Mjg0NTFmMzA4MmIxYjIwYzFlMThlMGRlYzlhZQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ NDI4YTdhZTc4ZDBjNjUwNjk5OGE5YTBjODRhYzFiYTZhNzI4MGVkNjc2NjFl
10
+ ODhlMjMwZDk3Y2Q5ZWZkYjRhMjYzZmM1YTE4NzA5N2VjMTVjY2FiY2UxMjU1
11
+ ZDFhNjA4MmQwNzAxY2YwMTkyNGZkYTNmYWRmNzQyYjc4MjdlZTI=
12
+ data.tar.gz: !binary |-
13
+ YzUzOTU2MTYxOTk1ZGNlNWYyMzE0YmM1OTUwMGRmOWVhZGE0YzcxMWU2NDZh
14
+ NDQyODQwYTViOGM4YWFhYmMwZjUzZWM3ODllODAwMjBmNTA3NzM3YTQxNTYw
15
+ MzhkMjQzY2VmZmVlZTUyMDJiMWZjMGI0YjJkMmUwY2I4NzIxNDE=
data/lib/gollum_editor.rb CHANGED
@@ -2,7 +2,6 @@ require "gollum_editor/version"
2
2
  require "gollum_editor/form_builder"
3
3
  require "gollum_editor/form_helper"
4
4
 
5
- puts "send"
6
5
  ActionView::Helpers::FormHelper.send(:include, GollumEditor::FormHelper)
7
6
 
8
7
  module Rails
@@ -67,7 +67,6 @@ module GollumEditor
67
67
 
68
68
  <span class="jaws"><br></span>'
69
69
  input = text_area(object_name, method, options)
70
- puts "After input"
71
70
  content_tag(:div, (controls.html_safe + input), { :id => 'gollum-editor' })
72
71
  end
73
72
 
@@ -1,3 +1,3 @@
1
1
  module GollumEditor
2
- VERSION = "0.4"
2
+ VERSION = "0.6"
3
3
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gollum_editor
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.4'
5
- prerelease:
4
+ version: '0.6'
6
5
  platform: ruby
7
6
  authors:
8
7
  - Sam Knight
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-11-11 00:00:00.000000000 Z
11
+ date: 2015-04-13 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: Use the Gollum wiki text editor for text areas
15
14
  email:
@@ -29,32 +28,31 @@ files:
29
28
  - lib/assets/stylesheets/gollum_editor/editor.css
30
29
  - lib/assets/stylesheets/gollum_editor/gollum.css
31
30
  - lib/generators/gollum_editor/install_generator.rb
31
+ - lib/gollum_editor.rb
32
32
  - lib/gollum_editor/form_builder.rb
33
33
  - lib/gollum_editor/form_helper.rb
34
34
  - lib/gollum_editor/version.rb
35
- - lib/gollum_editor.rb
36
35
  homepage: http://github.com/samknight/gollum_editor
37
36
  licenses: []
37
+ metadata: {}
38
38
  post_install_message:
39
39
  rdoc_options: []
40
40
  require_paths:
41
41
  - lib
42
42
  required_ruby_version: !ruby/object:Gem::Requirement
43
- none: false
44
43
  requirements:
45
44
  - - ! '>='
46
45
  - !ruby/object:Gem::Version
47
46
  version: '0'
48
47
  required_rubygems_version: !ruby/object:Gem::Requirement
49
- none: false
50
48
  requirements:
51
49
  - - ! '>='
52
50
  - !ruby/object:Gem::Version
53
51
  version: '0'
54
52
  requirements: []
55
53
  rubyforge_project: gollum_editor
56
- rubygems_version: 1.8.24
54
+ rubygems_version: 2.4.6
57
55
  signing_key:
58
- specification_version: 3
56
+ specification_version: 4
59
57
  summary: Gollum text editor
60
58
  test_files: []