forked from jasonewall/angularjs-rails-resource
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathangularjs-rails-resource.gemspec
More file actions
18 lines (16 loc) · 909 Bytes
/
angularjs-rails-resource.gemspec
File metadata and controls
18 lines (16 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/angularjs-rails-resource/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["Tommy Odom", "Chris Chase"]
gem.email = ["odom@finelineprototyping.com", "chris@finelineprototyping.com"]
gem.description = %q{A small AngularJS add-on for integrating with Rails via JSON more easily.}
gem.summary = %q{AngularJS add-on resource add-on for integrating with Rails}
gem.homepage = "https://github.com/finelineprototyping/angularjs-rails-resource"
gem.license = 'MIT'
gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "angularjs-rails-resource"
gem.require_paths = ["lib"]
gem.version = Angularjs::Rails::Resource::VERSION
end