polar-express 0.0.4 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae4e1c2c3a83041c3b123d74a7b62dca5318b56e
4
- data.tar.gz: 61a706de14eb75388e246e173e7240e50fe56177
3
+ metadata.gz: 23957d3823a1a5a5523a657815d4db295de08b5e
4
+ data.tar.gz: 21470ff7d7a27d19072bc245b73b00b047d437fe
5
5
  SHA512:
6
- metadata.gz: 4abc616790b68692ba376ed13bc464d9cfdb973d66391bbe007e8ed56f1ed96ff17c363c060210a9e43173da6d575da357f1e0afaa29faae1c4e4ed2ddc6e787
7
- data.tar.gz: 3aed5f364c4e5d645f951e369436eeabc583c408e75b9a2e76eddcb03b27c61881694157e21780b34bde4e73cf9f20fcb9a2b3e3388a56858108427b6cda5906
6
+ metadata.gz: 8db49b902df13fca05840797e138e2f5b193a02adf6086729c4325fdc3884959d31068abec147b86249266d4c7ffa95f29c4d74bdbc468ffabacfdd63ac34b2d
7
+ data.tar.gz: b1f525e94d0f10c5daeadb4fb983424709c30b26a69648ea0d20f49b16506a6be1e9d83d9d386a5182d7f585213eec6b193b22d8608e5688447992df1951561f
data/LICENSE.txt ADDED
@@ -0,0 +1,19 @@
1
+ Copyright (c) 2013 Daniel Boggs
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.
@@ -0,0 +1,3 @@
1
+ module PolarExpress
2
+ VERSION = "0.1.0"
3
+ end
@@ -16,5 +16,5 @@ Gem::Specification.new do |spec|
16
16
  spec.files = `git ls-files`.split($/)
17
17
  spec.require_paths = ["lib"]
18
18
 
19
- spec.add_dependency "railties", "~> 3.1"
19
+ spec.add_dependency "railties", ">= 3.1"
20
20
  end
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polar-express
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Boggs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-04-05 00:00:00.000000000 Z
11
+ date: 2013-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.1'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.1'
27
27
  description: Graceful integration of inuit.css into the Rails asset pipeline
@@ -33,12 +33,14 @@ extra_rdoc_files: []
33
33
  files:
34
34
  - .gitignore
35
35
  - Gemfile
36
+ - LICENSE.txt
36
37
  - README.md
37
38
  - Rakefile
38
39
  - lib/generators/inuitcss/install/USAGE
39
40
  - lib/generators/inuitcss/install/install_generator.rb
40
41
  - lib/generators/inuitcss/install/templates/inuit.css.scss
41
42
  - lib/polar-express.rb
43
+ - lib/polar-express/version.rb
42
44
  - polar-express.gemspec
43
45
  - vendor/assets/stylesheets/CHANGELOG.md
44
46
  - vendor/assets/stylesheets/CONTRIBUTING.md