highlight_js-rails 0.0.1 → 0.0.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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # WMD Editor for rails 3.1
1
+ # Highlight.js for rails 3.1
2
2
 
3
3
  Rails pipeline wraper for highlight.js http://softwaremaniacs.org/soft/highlight/en/
4
4
 
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
8
8
  gem.summary = %q{Rails pipeline wraper for highlight.js}
9
9
  gem.homepage = "https://github.com/chloerei/highlight_js-rails"
10
10
 
11
- gem.add_dependency "rails", "~> 3.1.1"
11
+ gem.add_dependency "rails", ">= 3.1.1"
12
12
 
13
13
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
14
14
  gem.files = `git ls-files`.split("\n")
@@ -1,5 +1,5 @@
1
1
  module HighlightJs
2
2
  module Rails
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: highlight_js-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,19 +11,19 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2011-11-30 00:00:00.000000000 Z
14
+ date: 2012-02-18 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rails
18
- requirement: &73053850 !ruby/object:Gem::Requirement
18
+ requirement: &73040390 !ruby/object:Gem::Requirement
19
19
  none: false
20
20
  requirements:
21
- - - ~>
21
+ - - ! '>='
22
22
  - !ruby/object:Gem::Version
23
23
  version: 3.1.1
24
24
  type: :runtime
25
25
  prerelease: false
26
- version_requirements: *73053850
26
+ version_requirements: *73040390
27
27
  description: Rails pipeline wraper for highlight.js
28
28
  email:
29
29
  - chloerei@gmail.com