angular-ujs 0.4.5 → 0.4.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ab7b04e3075e8e467a6e1c192953dfb3db3cc070
4
- data.tar.gz: e8b875ddb36487cf7b83a60610be7685a39ddcea
3
+ metadata.gz: e4e07e05d8baa28d55f528ea4398146791793039
4
+ data.tar.gz: b11485ec174e7d151d772936f52958ef131695ea
5
5
  SHA512:
6
- metadata.gz: ef973e187188f9a3118a871bde7cabba704a775068327b91de6be19307e24a53a7de8cf6f9ebd5cd7c981938e6cac28dac0fde708021f502a5e2666c7dc6fcb2
7
- data.tar.gz: dbfd56e14d36913408ab55545478752d83ae8f1cc961c6c33a70b1dc02193764a5b7fdd3566aa66c2d114bf548604761e57f3afe6fae090104b6ddc2927821a5
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
  [![devDependency Status](https://david-dm.org/tomchentw/angular-ujs/dev-status.png?branch=master)](https://david-dm.org/tomchentw/angular-ujs#info=devDependencies)
103
103
 
104
- 1. Fork it ( http://github.com/<my-github-username>/angular-ujs/fork )
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.5",
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.5 - Thu Jan 16 2014 01:38:53 GMT+0800 (CST)
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.5
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-15 00:00:00.000000000 Z
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.0
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 )