codemirror-rails 0.1 → 0.1.1

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/LICENSE ADDED
@@ -0,0 +1,19 @@
1
+ Copyright (C) 2011 by Nathan Fixler
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in
11
+ all copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
+ THE SOFTWARE.
File without changes
@@ -1,12 +1,13 @@
1
+ require File.expand_path('../lib/codemirror/rails/version', __FILE__)
2
+
1
3
  Gem::Specification.new do |s|
2
4
  s.name = 'codemirror-rails'
3
- s.version = '0.1'
4
- s.date = '2011-06-17'
5
+ s.version = Codemirror::Rails::VERSION
5
6
  s.authors = ['Nathan Fixler']
6
7
  s.email = 'nathan@fixler.org'
7
8
  s.summary = 'Use CodeMirror with Rails 3'
8
9
  s.description = 'This gem provides CodeMirror assets for your Rails 3 application.'
9
- s.homepage = 'https://github.com/fixlr/codemirror-rails'
10
+ s.homepage = 'https://rubygems.org/gems/codemirror-rails'
10
11
 
11
12
  s.files = Dir["#{File.dirname(__FILE__)}/**/*"]
12
13
  end
@@ -1,6 +1,6 @@
1
1
  module Codemirror
2
2
  module Rails
3
- VERSION = '0.0.0'
3
+ VERSION = '0.1.1'
4
4
  CODEMIRROR_VERSION = '2.1'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codemirror-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-06-17 00:00:00.000000000 -04:00
12
+ date: 2011-06-21 00:00:00.000000000 -04:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
  description: This gem provides CodeMirror assets for your Rails 3 application.
@@ -18,7 +18,7 @@ executables: []
18
18
  extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
- - ./codemirror-rails-0.0.0.gem
21
+ - ./codemirror-rails-0.1.1.gem
22
22
  - ./codemirror-rails.gemspec
23
23
  - ./doc/CodeMirror-LICENSE
24
24
  - ./lib/codemirror/rails/railtie.rb
@@ -26,12 +26,13 @@ files:
26
26
  - ./lib/codemirror/rails.rb
27
27
  - ./lib/codemirror-rails.rb
28
28
  - ./lib/generators/codemirror/install/install_generator.rb
29
+ - ./LICENSE
29
30
  - ./README.md
30
31
  - ./vendor/assets/javascripts/codemirror.js
31
32
  - ./vendor/assets/stylesheets/codemirror/themes/default.css
32
33
  - ./vendor/assets/stylesheets/codemirror.css
33
34
  has_rdoc: true
34
- homepage: https://github.com/fixlr/codemirror-rails
35
+ homepage: https://rubygems.org/gems/codemirror-rails
35
36
  licenses: []
36
37
  post_install_message:
37
38
  rdoc_options: []
Binary file