volt-foundation 0.0.1 → 0.0.2

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: dc7ba93e37fd6d27387d0d683cd6172c46d0221a
4
- data.tar.gz: 340f319e415a293f3f05ef7b300176c7cd9990a5
3
+ metadata.gz: 06eb87e1b1e3af44dd3557c19c6f178571848abf
4
+ data.tar.gz: 378a9241b4be24fec2dd698c2f969deb34e473f5
5
5
  SHA512:
6
- metadata.gz: 56e5a1281d49523d31d82fc12058cbe9b465d4eeefe7cf186e38665b0e26de1322383f3d0553756cdb879736dbc1a809e8653f8cd066bfcdab98c56060e6a829
7
- data.tar.gz: c5211c080987b30965a8d0af25ad96a1b3c667241056de2127e153f7ec3bcf47f9320d8d46217d13a5cc2c8f593a65323edf29bfb1b1fb98420ed8a875f750d2
6
+ metadata.gz: 641c7ef45f55e33d88cdf289a08cd0504b2c266d7582bf1257313af4505e13de2baa62d7faed27c8953d2edb57ba686817d47f2d30c1e0ec869dbcde4876eafe
7
+ data.tar.gz: 7726cb2812c686eabc122615875ccdfe244f371d8d1bc6fba4c47dbdbd1e3b87f177c52b200bb9c16d75155533f7dfab8f8e7f052d65f9ae9122a751d670668b
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: volt-foundation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - danReynolds
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-08 00:00:00.000000000 Z
11
+ date: 2014-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: volt
@@ -47,7 +47,6 @@ extra_rdoc_files: []
47
47
  files:
48
48
  - ".gitignore"
49
49
  - Gemfile
50
- - LICENSE.txt
51
50
  - README.md
52
51
  - Rakefile
53
52
  - VERSION
@@ -78,7 +77,6 @@ files:
78
77
  - app/foundation/assets/js/vendor/modernizr.js
79
78
  - app/foundation/assets/js/vendor/placeholder.js
80
79
  - lib/volt/foundation.rb
81
- - lib/volt/foundation/version.rb
82
80
  - volt-foundation.gemspec
83
81
  homepage: ''
84
82
  licenses:
data/LICENSE.txt DELETED
@@ -1,22 +0,0 @@
1
- Copyright (c) 2014 danReynolds
2
-
3
- MIT License
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,5 +0,0 @@
1
- module Volt
2
- module Foundation
3
- VERSION = "0.0.1"
4
- end
5
- end