angular-ujs 0.4.5 → 0.4.6
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/README.md +1 -1
- data/package.json +1 -1
- data/vendor/assets/javascripts/angular-ujs.js +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e4e07e05d8baa28d55f528ea4398146791793039
|
|
4
|
+
data.tar.gz: b11485ec174e7d151d772936f52958ef131695ea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 01744fb5190801af5ced520e8f90220797e3622d2c5acc277a00db0c6922afe82e2bf58afde24fb85dd714f8569007729d5fe848d3e90af4a0a25ef874864424
|
|
7
|
+
data.tar.gz: c9e890d35777d701b172991190dbbc5c20990b427e4d5b123e5303673a9e6a28811324259312b623c1ce01a3430f4799e84e6266248f9b5f9d2c387ace1ace04
|
data/README.md
CHANGED
|
@@ -101,7 +101,7 @@ For `angularjs` apps, **ONLY** those items with `ng-model` will be submitted wit
|
|
|
101
101
|
|
|
102
102
|
[](https://david-dm.org/tomchentw/angular-ujs#info=devDependencies)
|
|
103
103
|
|
|
104
|
-
1. Fork it ( http://github.com
|
|
104
|
+
1. Fork it ( http://github.com/tomchentw/angular-ujs/fork )
|
|
105
105
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
106
106
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
107
107
|
4. Push to the branch (`git push origin my-new-feature`)
|
data/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "angular-ujs",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.6",
|
|
4
4
|
"description": "Unobtrusive scripting for AngularJS ( without jQuery dependency )",
|
|
5
5
|
"longDescription": "Ruby on Rails replacement for unobtrusive scripting library `jquery_ujs` implemented in AngularJS without jQuery dependency",
|
|
6
6
|
"main": "angular-ujs.js",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! angular-ujs - v 0.4.
|
|
1
|
+
/*! angular-ujs - v 0.4.6 - Fri Jan 17 2014 19:02:50 GMT+0800 (CST)
|
|
2
2
|
* https://github.com/tomchentw/angular-ujs
|
|
3
3
|
* Copyright (c) 2014 [tomchentw](https://github.com/tomchentw/);
|
|
4
4
|
* Licensed [MIT](http://tomchentw.mit-license.org/)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: angular-ujs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- tomchentw
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-01-
|
|
11
|
+
date: 2014-01-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
86
86
|
version: '0'
|
|
87
87
|
requirements: []
|
|
88
88
|
rubyforge_project:
|
|
89
|
-
rubygems_version: 2.2.
|
|
89
|
+
rubygems_version: 2.2.1
|
|
90
90
|
signing_key:
|
|
91
91
|
specification_version: 4
|
|
92
92
|
summary: Unobtrusive scripting for AngularJS ( without jQuery dependency )
|