vue-rails 2.0.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 "vue-rails/version"
4
+
5
+ Gem::Specification.new do |s|
6
+ s.name = "vue-rails"
7
+ s.version = Vue::Rails::VERSION
8
+ s.authors = ["Marshall Shen"]
9
+ s.email = ["shen.marshall@gmail.com"]
10
+ s.homepage = "https://github.com/marshallshen/vue-rails"
11
+ s.summary = %q{Ruby gem for using Vue.js in Rails}
12
+ s.description = "Ruby gem for using Vue.js in Ruby on Rails"
13
+ s.license = "MIT"
14
+
15
+ s.rubyforge_project = "vue-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,54 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: vue-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Marshall Shen
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-10-09 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Ruby gem for using Vue.js in Ruby on Rails
14
+ email:
15
+ - shen.marshall@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - .gitignore
21
+ - Gemfile
22
+ - LICENSE
23
+ - README.md
24
+ - Rakefile
25
+ - lib/vue-rails.rb
26
+ - lib/vue-rails/version.rb
27
+ - vendor/assets/javascripts/vue-router.js
28
+ - vendor/assets/javascripts/vue.js
29
+ - vue-rails.gemspec
30
+ homepage: https://github.com/marshallshen/vue-rails
31
+ licenses:
32
+ - MIT
33
+ metadata: {}
34
+ post_install_message:
35
+ rdoc_options: []
36
+ require_paths:
37
+ - lib
38
+ required_ruby_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - '>='
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ required_rubygems_version: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ requirements: []
49
+ rubyforge_project: vue-rails
50
+ rubygems_version: 2.0.14.1
51
+ signing_key:
52
+ specification_version: 4
53
+ summary: Ruby gem for using Vue.js in Rails
54
+ test_files: []