vuejs 1.0.17 → 1.0.18.pre
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.
- checksums.yaml +4 -4
- data/LICENSE +5 -5
- data/README.md +13 -0
- data/lib/vuejs/post_message.rb +0 -6
- data/lib/vuejs/version.rb +1 -1
- data/vendor/assets/javascripts/vue.js +778 -766
- metadata +10 -12
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vuejs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.18.pre
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bryan Lim
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-03-
|
11
|
+
date: 2016-03-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -38,8 +38,8 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '10.0'
|
41
|
-
description: Unofficial Vue.js
|
42
|
-
|
41
|
+
description: Unofficial Vue.js Integration with Asset Pipeline with latest router
|
42
|
+
+ resource.
|
43
43
|
email:
|
44
44
|
- ytbryan@gmail.com
|
45
45
|
executables: []
|
@@ -58,9 +58,8 @@ homepage: http://github.com/ytbryan/vuejs
|
|
58
58
|
licenses:
|
59
59
|
- MIT
|
60
60
|
metadata: {}
|
61
|
-
post_install_message: "\n
|
62
|
-
\
|
63
|
-
\ Pull Request -> https://github.com/ytbryan/vuejs/pulls\n "
|
61
|
+
post_install_message: "\n Pull Request -> https://github.com/ytbryan/vuejs/pulls\n
|
62
|
+
\ "
|
64
63
|
rdoc_options: []
|
65
64
|
require_paths:
|
66
65
|
- lib
|
@@ -71,14 +70,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
71
70
|
version: '0'
|
72
71
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
73
72
|
requirements:
|
74
|
-
- - "
|
73
|
+
- - ">"
|
75
74
|
- !ruby/object:Gem::Version
|
76
|
-
version:
|
75
|
+
version: 1.3.1
|
77
76
|
requirements: []
|
78
77
|
rubyforge_project:
|
79
|
-
rubygems_version: 2.
|
78
|
+
rubygems_version: 2.5.1
|
80
79
|
signing_key:
|
81
80
|
specification_version: 4
|
82
|
-
summary: Unofficial Vue.js
|
83
|
-
+ resource.
|
81
|
+
summary: Unofficial Vue.js Integration with Asset Pipeline with latest router + resource.
|
84
82
|
test_files: []
|