angular-ujs 0.4.10 → 0.4.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -6
- data/package.json +2 -1
- data/vendor/assets/javascripts/angular-ujs.js +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d437b16430ab5f7369d618281078727e1b55b81d
|
4
|
+
data.tar.gz: 41cb2f9d3c2b276f79445d25b7ce56ea8e43c607
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 ](
|
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 ](
|
9
|
-
[![Quality ](
|
10
|
-
[![Coverage ](
|
11
|
-
[![Dependencies](
|
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 (
|
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.
|
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.
|
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.
|
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-
|
11
|
+
date: 2014-03-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|