ace-rails-ap 3.0.0 → 3.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ce1e7861a9d19f3edcddae1b2c077cb64345a8ee
4
- data.tar.gz: 62da7f6903d589b8f86e5b7589c382c81aea603a
3
+ metadata.gz: 5d2fb63a06d2158d849eabd3ed4dd99c9a48d5b7
4
+ data.tar.gz: 48549a36168f07d6cb458a882951cab1e21b6476
5
5
  SHA512:
6
- metadata.gz: fe376c7509490ab7115cc8a2594e78250fc65091e81859375e13ccaa689bd9f8ec015affee343699d62a08afe548256549e780a5bef4490dafb77d4c9debd5e9
7
- data.tar.gz: 78954a655b8931ca2418243d5bcc8c743648169e7005aa90c435f75cf63522b5a101cca43e351b83ab25f985b0a3b34aa80606e6a4311c3469d1fc02696a2808
6
+ metadata.gz: 8d41081d8ad6bba7bf9b6b9482aae5ede28fe95b517884989b843c6ebfd4fd9eddedc98161f7ab74ba8876e67ef147821f9ef67821bb47960e3035304a1664b5
7
+ data.tar.gz: 25c6f9ae787c70adc7edb7b72f7982af2ab823465665fc042fe973deb64cf40199dfc729171ac3ebdeb5727cf7ea0455fbeaf5605ec358c0a93f2b2bb7675497
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2014 Cody Krieger
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.homepage = "https://github.com/codykrieger/ace-rails-ap"
12
12
  s.summary = %q{The Ajax.org Cloud9 Editor (Ace) for the Rails 3.1 asset pipeline.}
13
13
  s.description = %q{The Ajax.org Cloud9 Editor (Ace) for the Rails 3.1 asset pipeline.}
14
+ s.license = "MIT"
14
15
 
15
16
  s.rubyforge_project = "ace-rails-ap"
16
17
 
@@ -1,5 +1,5 @@
1
1
  module Ace
2
2
  module Rails
3
- VERSION = "3.0.0"
3
+ VERSION = "3.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-rails-ap
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cody Krieger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-02 00:00:00.000000000 Z
11
+ date: 2014-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -48,6 +48,7 @@ files:
48
48
  - ".gitignore"
49
49
  - ".gitmodules"
50
50
  - Gemfile
51
+ - LICENSE
51
52
  - README.md
52
53
  - Rakefile
53
54
  - ace-rails-ap.gemspec
@@ -359,7 +360,8 @@ files:
359
360
  - vendor/assets/javascripts/ace/worker-php.js
360
361
  - vendor/assets/javascripts/ace/worker-xquery.js
361
362
  homepage: https://github.com/codykrieger/ace-rails-ap
362
- licenses: []
363
+ licenses:
364
+ - MIT
363
365
  metadata: {}
364
366
  post_install_message:
365
367
  rdoc_options: []