markitup-rails 1.1.1 → 1.1.2

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.
data/.ruby-gemset ADDED
@@ -0,0 +1 @@
1
+ markitup-rails
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 1.9.3-p392
1
+ 1.9.3
data/README.md CHANGED
@@ -179,6 +179,12 @@ Many thanks go to the following who have contributed to making this gem even bet
179
179
  * complete rewrite as an engine for Rails 3.1+
180
180
  * add AJAX live preview support
181
181
  * add support for Sets and Skins, add many defaults to choose from
182
+ * **[@ilja](https://github.com/ilja)**
183
+ * update markitup to version 1.1.14
184
+ * **[@zinenko](https://github.com/zinenko)**
185
+ * fix invalid images url in simple skin
186
+ * **[@tamaloa](https://github.com/tamaloa)**
187
+ * added default /markitup/preview path to all default settings
182
188
 
183
189
 
184
190
  ## License
@@ -1,5 +1,5 @@
1
1
  module Markitup
2
2
  module Rails
3
- VERSION = "1.1.1"
3
+ VERSION = "1.1.2"
4
4
  end
5
5
  end
@@ -9,16 +9,16 @@ Gem::Specification.new do |s|
9
9
  s.description = "The markItUp! universal markup editor, bundled for Rails 3.1+ Asset Pipeline."
10
10
  s.authors = ["Uri Gorelik", "Phil Cohen"]
11
11
  s.email = ["uri@ndstorefront.com", "github@phlippers.net"]
12
- s.homepage = "https://github.com/HealthyWeb/markitup-rails"
12
+ s.homepage = "https://github.com/phlipper/markitup-rails"
13
13
 
14
14
  s.files = `git ls-files`.split("\n")
15
15
 
16
16
  s.add_dependency "rails", ">= 3.1"
17
17
 
18
18
  s.add_development_dependency "bundler", ">= 1.2.0"
19
- s.add_development_dependency "cane", "~> 2.5.0"
19
+ s.add_development_dependency "cane", "~> 2.6.0"
20
20
  s.add_development_dependency "minitest", "~> 4.3.0"
21
21
  s.add_development_dependency "minitest-rails", "~> 0.3.0"
22
22
  s.add_development_dependency "rake", ">= 10.0.0"
23
- s.add_development_dependency "simplecov", "~> 0.7.1"
23
+ s.add_development_dependency "simplecov", ">= 0.8.0.pre"
24
24
  end
@@ -13,7 +13,7 @@
13
13
  // Feel free to add more tags
14
14
  // -------------------------------------------------------------------
15
15
  mySettings = {
16
- previewParserPath: '', // path to your ReStructuredText parser
16
+ previewParserPath: "/markitup/preview",
17
17
  onShiftEnter: {keepDefault:false, replaceWith:'\n\n'},
18
18
  markupSet: [
19
19
  {name:'Heading', key:'1', placeHolder:'Your title here...', closeWith:function(markItUp) { return miu.markdownTitle(markItUp, '*') } },
@@ -11,7 +11,7 @@
11
11
  // Feel free to add more tags
12
12
  // -------------------------------------------------------------------
13
13
  mySettings = {
14
- previewParserPath: '', // path to your Textile parser
14
+ previewParserPath: "/markitup/preview",
15
15
  onShiftEnter: {keepDefault:false, replaceWith:'\n\n'},
16
16
  markupSet: [
17
17
  {name:'Heading 1', key:'1', openWith:'h1(!(([![Class]!]))!). ', placeHolder:'Your title here...' },
@@ -12,7 +12,7 @@
12
12
  // Feel free to do anything with this.
13
13
  // -------------------------------------------------------------------
14
14
  mySettings = {
15
- previewParserPath: '', // path to your Texy parser
15
+ previewParserPath: "/markitup/preview",
16
16
  onShiftEnter: {keepDefault:false, replaceWith:'\n\n'},
17
17
  markupSet: [
18
18
  {name:'Heading 1', key:'1', closeWith:function(markItUp) { return miu.texyTitle(markItUp, '#') }, placeHolder:'Your title here...', className:'h1'},
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markitup-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-06-21 00:00:00.000000000 Z
13
+ date: 2013-06-24 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -51,7 +51,7 @@ dependencies:
51
51
  requirements:
52
52
  - - ~>
53
53
  - !ruby/object:Gem::Version
54
- version: 2.5.0
54
+ version: 2.6.0
55
55
  type: :development
56
56
  prerelease: false
57
57
  version_requirements: !ruby/object:Gem::Requirement
@@ -59,7 +59,7 @@ dependencies:
59
59
  requirements:
60
60
  - - ~>
61
61
  - !ruby/object:Gem::Version
62
- version: 2.5.0
62
+ version: 2.6.0
63
63
  - !ruby/object:Gem::Dependency
64
64
  name: minitest
65
65
  requirement: !ruby/object:Gem::Requirement
@@ -113,17 +113,17 @@ dependencies:
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  none: false
115
115
  requirements:
116
- - - ~>
116
+ - - ! '>='
117
117
  - !ruby/object:Gem::Version
118
- version: 0.7.1
118
+ version: 0.8.0.pre
119
119
  type: :development
120
120
  prerelease: false
121
121
  version_requirements: !ruby/object:Gem::Requirement
122
122
  none: false
123
123
  requirements:
124
- - - ~>
124
+ - - ! '>='
125
125
  - !ruby/object:Gem::Version
126
- version: 0.7.1
126
+ version: 0.8.0.pre
127
127
  description: The markItUp! universal markup editor, bundled for Rails 3.1+ Asset Pipeline.
128
128
  email:
129
129
  - uri@ndstorefront.com
@@ -133,6 +133,7 @@ extensions: []
133
133
  extra_rdoc_files: []
134
134
  files:
135
135
  - .gitignore
136
+ - .ruby-gemset
136
137
  - .ruby-version
137
138
  - Gemfile
138
139
  - LICENSE.txt
@@ -439,7 +440,7 @@ files:
439
440
  - vendor/assets/stylesheets/markitup/sets/xbbcode/style.scss
440
441
  - vendor/assets/stylesheets/markitup/skins/markitup/style.scss
441
442
  - vendor/assets/stylesheets/markitup/skins/simple/style.css
442
- homepage: https://github.com/HealthyWeb/markitup-rails
443
+ homepage: https://github.com/phlipper/markitup-rails
443
444
  licenses: []
444
445
  post_install_message:
445
446
  rdoc_options: []