tinymce-rails-syntaxhighliter 1.0.1.beta → 1.0.2.beta
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 +4 -4
- data/README.md +0 -2
- data/lib/tinymce-rails-syntaxhighliter/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a66bd41a35abe66a5b2327c78438b072d297bd8c
|
|
4
|
+
data.tar.gz: b092dfdce76429d3bfbe122aaf7377f4dbc4140c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5b3fb06c58af446d1111f93d889c6ad18a6797d22e4e34d886eba0b18c95fe27a160ca5f3261b8dfcf8876cf45fa7ae477d105279ed669101771b177dd56f10e
|
|
7
|
+
data.tar.gz: 1c4788cc8f2b69cd23e7c63df5e765c3e01463cd6155e5dad74672faf7e737713d94ed53a65b4c9a3abf80ad51731863e0d85e206b4c8f44d55c677cd9872aa3
|
data/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# tinymce-rails-syntaxhighliter
|
|
2
2
|
|
|
3
3
|
Simple plugin for TinyMCE that allows syntax highlighting.
|
|
4
|
-
It makes no assumptions about how you store the images, it simply POSTs to a
|
|
5
|
-
URL and expects JSON back (see the Setup section).
|
|
6
4
|
|
|
7
5
|
This plugin started as a copy of work done by [Sergey Davidov](http://geekpage.ru/),
|
|
8
6
|
but has since mutated into something entirely different.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tinymce-rails-syntaxhighliter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2.beta
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Per Sergey Davidov
|
|
@@ -98,7 +98,7 @@ files:
|
|
|
98
98
|
- lib/tinymce-rails-syntaxhighliter.rb
|
|
99
99
|
- lib/tinymce-rails-syntaxhighliter/rails.rb
|
|
100
100
|
- lib/tinymce-rails-syntaxhighliter/version.rb
|
|
101
|
-
homepage:
|
|
101
|
+
homepage: https://github.com/Deadik/tinymce-rails-syntaxhighliter
|
|
102
102
|
licenses:
|
|
103
103
|
- MIT
|
|
104
104
|
metadata: {}
|