vuejs-rails 0.8.1

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.
@@ -0,0 +1,22 @@
1
+ # -*- encoding: utf-8 -*-
2
+ $:.push File.expand_path("../lib", __FILE__)
3
+ require "vuejs-rails/version"
4
+
5
+ Gem::Specification.new do |s|
6
+ s.name = "vuejs-rails"
7
+ s.version = Vue::Rails::VERSION
8
+ s.authors = ["Adam Butler"]
9
+ s.email = ["adam@lab.io"]
10
+ s.homepage = "https://github.com/adambutler/vuejs-rails"
11
+ s.summary = %q{vue.js asset pipeline provider/wrapper}
12
+ s.description = "A simple asset-pipeline wrapper for vue.js by Evan You"
13
+ s.license = "MIT"
14
+
15
+ s.rubyforge_project = "vuejs-rails"
16
+
17
+ s.files = `git ls-files`.split("\n")
18
+ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
19
+ s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
+ s.require_paths = ["lib"]
21
+
22
+ end
metadata ADDED
@@ -0,0 +1,53 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: vuejs-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.8.1
5
+ platform: ruby
6
+ authors:
7
+ - Adam Butler
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-02-03 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple asset-pipeline wrapper for vue.js by Evan You
14
+ email:
15
+ - adam@lab.io
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - .gitignore
21
+ - Gemfile
22
+ - LICENSE.md
23
+ - Rakefile
24
+ - Readme.md
25
+ - lib/vuejs-rails.rb
26
+ - lib/vuejs-rails/version.rb
27
+ - vendor/assets/javascripts/vue.js
28
+ - vuejs-rails.gemspec
29
+ homepage: https://github.com/adambutler/vuejs-rails
30
+ licenses:
31
+ - MIT
32
+ metadata: {}
33
+ post_install_message:
34
+ rdoc_options: []
35
+ require_paths:
36
+ - lib
37
+ required_ruby_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - '>='
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ required_rubygems_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - '>='
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ requirements: []
48
+ rubyforge_project: vuejs-rails
49
+ rubygems_version: 2.0.3
50
+ signing_key:
51
+ specification_version: 4
52
+ summary: vue.js asset pipeline provider/wrapper
53
+ test_files: []