Sha256: d21e92d5735163514d6adb77d47679c12f7dba0c66ee33ceb8555d1b8fe8546e
Contents?: true
Size: 1.08 KB
Versions: 113
Compression:
Stored size: 1.08 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'material_raingular/version' Gem::Specification.new do |spec| spec.name = "material_raingular" spec.version = MaterialRaingular::VERSION spec.authors = ["Chris Moody"] spec.email = ["cmoody@transcon.com"] spec.summary = %q{Angular v1.4 for rails. Angular Material v0.9.8.} spec.description = %q{Angular is fastly evolving and has surpassed this version; however, no good convention over configuration assets exist and most of these methods have been developed using this version of angular.} spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib","vendor"] spec.add_development_dependency "bundler", "~> 1.7" spec.add_development_dependency "rake", "~> 10.0" spec.add_runtime_dependency "js-routes" end
Version data entries
113 entries across 113 versions & 1 rubygems