angular-ujs 0.4.10 → 0.4.11

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 12239be3599398c107973b83cfa0097bb39bb3e6
4
- data.tar.gz: 104555de4c7b0b553a11d5ce42129250f9819f84
3
+ metadata.gz: d437b16430ab5f7369d618281078727e1b55b81d
4
+ data.tar.gz: 41cb2f9d3c2b276f79445d25b7ce56ea8e43c607
5
5
  SHA512:
6
- metadata.gz: 67890c91347bf3fe7847004144bb8a6f47a9c220cb178ac715ad88b89a3cf6eee6ccd6639c5f98bdd5704aac3405e9d0a27d45aec5aca25013d00008c0455c50
7
- data.tar.gz: 3eb337bad16c3b9e43f09c1e8258a350ad6308d99e7a27ea9759a86e4778e2b100830451ebf11f71bd01b3c59ef057c7f1c165c5d74240ad36e0c18b5a2e3cb0
6
+ metadata.gz: 79331967c5999f2e2805c815d3cb2509696a71ae11690f74f5b417f37b9ba21238136ae4a6de06d7195260c827cb9dc4e58a212bed1e55036fb9ad72a20cbd4a
7
+ data.tar.gz: f21be98ea92b3e38f50781581fcd56a3e0bc84b3c3a146dd87ad32c8084d3b32a392a7d196d3fdff940cb589e5cea800350095190a039315953844b66e10c2c9
data/README.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # angular-ujs
2
2
  > Distributed via
3
3
 
4
- [![Version ](http://img.shields.io/gem/v/angular-ujs.svg) ](https://rubygems.org/gems/angular-ujs)
4
+ [![Version ](https://img.shields.io/gem/v/angular-ujs.svg) ](https://rubygems.org/gems/angular-ujs)
5
5
 
6
6
  > Unobtrusive scripting for AngularJS ( without jQuery dependency )
7
7
 
8
- [![Travis CI ](http://img.shields.io/travis/tomchentw/angular-ujs/master.svg) ](https://travis-ci.org/tomchentw/angular-ujs)
9
- [![Quality ](http://img.shields.io/codeclimate/github/tomchentw/angular-ujs.svg) ](https://codeclimate.com/github/tomchentw/angular-ujs)
10
- [![Coverage ](http://img.shields.io/coveralls/tomchentw/angular-ujs.svg) ](https://codeclimate.com/github/tomchentw/angular-ujs)
11
- [![Dependencies](http://img.shields.io/gemnasium/tomchentw/angular-ujs.svg) ](https://gemnasium.com/tomchentw/angular-ujs)
8
+ [![Travis CI ](https://img.shields.io/travis/tomchentw/angular-ujs/master.svg) ](https://travis-ci.org/tomchentw/angular-ujs)
9
+ [![Quality ](https://img.shields.io/codeclimate/github/tomchentw/angular-ujs.svg) ](https://codeclimate.com/github/tomchentw/angular-ujs)
10
+ [![Coverage ](https://img.shields.io/coveralls/tomchentw/angular-ujs.svg) ](https://coveralls.io/r/tomchentw/angular-ujs)
11
+ [![Dependencies](https://img.shields.io/gemnasium/tomchentw/angular-ujs.svg) ](https://gemnasium.com/tomchentw/angular-ujs)
12
12
 
13
13
 
14
14
  ## Project philosophy
@@ -109,7 +109,7 @@ For `angularjs` apps, **ONLY** those items with `ng-model` will be submitted wit
109
109
 
110
110
  [![devDependency Status](https://david-dm.org/tomchentw/angular-ujs/dev-status.svg?theme=shields.io)](https://david-dm.org/tomchentw/angular-ujs#info=devDependencies)
111
111
 
112
- 1. Fork it ( http://github.com/tomchentw/angular-ujs/fork )
112
+ 1. Fork it ( https://github.com/tomchentw/angular-ujs/fork )
113
113
  2. Create your feature branch (`git checkout -b my-new-feature`)
114
114
  3. Commit your changes (`git commit -am 'Add some feature'`)
115
115
  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.10",
3
+ "version": "0.4.11",
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",
@@ -51,6 +51,7 @@
51
51
  "gulp-conventional-changelog": "^0.1.2",
52
52
  "gulp-jade": "^0.4.1",
53
53
  "gulp-ruby-sass": "^0.3.0",
54
+ "gulp-angular-templatecache": "^1.1.0",
54
55
  "gulp-concat": "^2.1.7",
55
56
  "gulp-livereload": "^1.1.1",
56
57
  "karma": "^0.10.9",
@@ -1,4 +1,4 @@
1
- /*! angular-ujs - v 0.4.10 - Sun Mar 09 2014 02:49:36 GMT+0800 (CST)
1
+ /*! angular-ujs - v 0.4.11 - Fri Mar 14 2014 12:16:13 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.10
4
+ version: 0.4.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - tomchentw
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-08 00:00:00.000000000 Z
11
+ date: 2014-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler