md_preview 0.0.2 → 0.0.3

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.
Files changed (3) hide show
  1. data/README.markdown +1 -1
  2. data/lib/md_preview/version.rb +1 -1
  3. metadata +11 -11
data/README.markdown CHANGED
@@ -62,7 +62,7 @@ Contact Jordan through [GitHub (@jordanbyron)](https://github.com/jordanbyron) o
62
62
 
63
63
  ## Authorship
64
64
 
65
- Originally this code was written by [Chap Ambrose](http://www.chapambrose.com/) for Mendicant University's [University-Web](https://github.com/mendicant-university/university-web). Later it was made into a plugin by [Jordan Byron](http://jordanbyron.com) so it could be easily included in new rails projects.
65
+ Originally this code was written by [Chap Ambrose](http://www.chapambrose.com/) for Mendicant University's [University-Web](https://github.com/mendicant-university/university-web). Later it was _gemified_ by [Jordan Byron](http://jordanbyron.com) so it could be easily included in new rails projects.
66
66
 
67
67
  ## License
68
68
 
@@ -1,3 +1,3 @@
1
1
  module MdPreview
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: md_preview
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-01-11 00:00:00.000000000Z
12
+ date: 2012-02-19 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
- requirement: &2152913400 !ruby/object:Gem::Requirement
16
+ requirement: &2157310240 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,18 +21,18 @@ dependencies:
21
21
  version: 3.1.3
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2152913400
24
+ version_requirements: *2157310240
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: redcarpet
27
- requirement: &2152912880 !ruby/object:Gem::Requirement
27
+ requirement: &2157309380 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
- - - ~>
30
+ - - ! '>='
31
31
  - !ruby/object:Gem::Version
32
- version: 2.0.0b3
32
+ version: 2.0.0
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *2152912880
35
+ version_requirements: *2157309380
36
36
  description: Rails plugin to unobtrusively add markdown preview to textareas
37
37
  email:
38
38
  - jordan@ducksoupsoftware.com
@@ -96,7 +96,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
96
96
  version: '0'
97
97
  segments:
98
98
  - 0
99
- hash: 875378148717666864
99
+ hash: 721622102689395448
100
100
  required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  none: false
102
102
  requirements:
@@ -105,10 +105,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  version: '0'
106
106
  segments:
107
107
  - 0
108
- hash: 875378148717666864
108
+ hash: 721622102689395448
109
109
  requirements: []
110
110
  rubyforge_project:
111
- rubygems_version: 1.8.6
111
+ rubygems_version: 1.8.15
112
112
  signing_key:
113
113
  specification_version: 3
114
114
  summary: Markdown preview for Rails