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 +15 -0
- data/lib/gollum_editor.rb +0 -1
- data/lib/gollum_editor/form_helper.rb +0 -1
- data/lib/gollum_editor/version.rb +1 -1
- metadata +6 -8
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
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.
|
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:
|
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:
|
54
|
+
rubygems_version: 2.4.6
|
57
55
|
signing_key:
|
58
|
-
specification_version:
|
56
|
+
specification_version: 4
|
59
57
|
summary: Gollum text editor
|
60
58
|
test_files: []
|