moovui 0.1.1 → 0.1.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/moovui.gemspec DELETED
@@ -1,21 +0,0 @@
1
- # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'moovui/version'
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "moovui"
8
- spec.version = Moovui::VERSION
9
- spec.authors = ["Kevin Liou, Christopher Neale"]
10
- spec.email = ["chris.neale@mooveb.com"]
11
- spec.summary = %q{Front-end toolkit for Moovweb Applications}
12
- spec.description = %q{See http://moovweb.github.io/moovui for interactive examples of applying MoovUI styles and components}
13
- spec.homepage = ""
14
- spec.license = "MIT"
15
-
16
- spec.files = `git ls-files -z`.split("\x0")
17
- spec.require_paths = ["lib"]
18
-
19
- spec.add_development_dependency "bundler", "~> 1.5"
20
- spec.add_development_dependency "rake"
21
- end