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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 00605f8895849f86194ea5c8eff1a622fd088929
4
- data.tar.gz: 4ea3417746092d3dfe528b3c929500b5a4098ff3
3
+ metadata.gz: a66bd41a35abe66a5b2327c78438b072d297bd8c
4
+ data.tar.gz: b092dfdce76429d3bfbe122aaf7377f4dbc4140c
5
5
  SHA512:
6
- metadata.gz: fa2d9ae06e87ceae4484240ac979f5e6eb908bb3b6a25c7edd7ae131bb6698d0c677359ba84b3e139ae7a80110a3b96c9f5274dcecae2455b9b8ea3b99f140a7
7
- data.tar.gz: 30ba1b199cb4b89d8a0f347e0abdafbec5e2ec43300dc6b9fa25f4f7c2d5580b534ce4b7936189ea8ce48b8173ced91715aa9d68d0f5611c0cb488ed81bcb428
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.
@@ -1,7 +1,7 @@
1
1
  module Tinymce
2
2
  module Rails
3
3
  module Syntaxhighliter
4
- VERSION = "1.0.1.beta"
4
+ VERSION = "1.0.2.beta"
5
5
  end
6
6
  end
7
7
  end
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.1.beta
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: http://geekpage.ru
101
+ homepage: https://github.com/Deadik/tinymce-rails-syntaxhighliter
102
102
  licenses:
103
103
  - MIT
104
104
  metadata: {}