vuejs 1.0.18 → 1.0.20
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/lib/vuejs/post_message.rb +8 -0
- data/lib/vuejs/version.rb +1 -1
- data/vendor/assets/javascripts/vue.js +1033 -915
- metadata +9 -6
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.20
|
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-27 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
|
-
+ resource.
|
41
|
+
description: Unofficial Vue.js 1.0.20 integration with Asset Pipeline with latest
|
42
|
+
router + resource.
|
43
43
|
email:
|
44
44
|
- ytbryan@gmail.com
|
45
45
|
executables: []
|
@@ -58,7 +58,9 @@ homepage: http://github.com/ytbryan/vuejs
|
|
58
58
|
licenses:
|
59
59
|
- MIT
|
60
60
|
metadata: {}
|
61
|
-
post_install_message: "\n
|
61
|
+
post_install_message: "\n\n ██╗ ██╗██╗ ██╗███████╗\n ██║ ██║██║ ██║██╔════╝\n
|
62
|
+
\ ██║ ██║██║ ██║█████╗\n ╚██╗ ██╔╝██║ ██║██╔══╝\n ╚████╔╝ ╚██████╔╝███████╗\n
|
63
|
+
\ ╚═══╝ ╚═════╝ ╚══════╝\n\n Pull Request -> https://github.com/ytbryan/vuejs/pulls\n
|
62
64
|
\ "
|
63
65
|
rdoc_options: []
|
64
66
|
require_paths:
|
@@ -78,5 +80,6 @@ rubyforge_project:
|
|
78
80
|
rubygems_version: 2.5.1
|
79
81
|
signing_key:
|
80
82
|
specification_version: 4
|
81
|
-
summary: Unofficial Vue.js
|
83
|
+
summary: Unofficial Vue.js 1.0.20 integration with Asset Pipeline with latest router
|
84
|
+
+ resource.
|
82
85
|
test_files: []
|