angularjs-rails-resource 2.3.0 → 2.3.1

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.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "angularjs-rails-resource",
3
3
  "description": "A resource factory inspired by $resource from AngularJS",
4
- "version": "2.3.0",
5
- "main": "angularjs-rails-resource.min.js",
4
+ "version": "2.3.1",
5
+ "main": "dist/angularjs-rails-resource.min.js",
6
6
  "homepage": "https://github.com/FineLinePrototyping/angularjs-rails-resource.git",
7
7
  "author": "",
8
8
  "repository": {
@@ -19,14 +19,13 @@
19
19
  "devDependencies": {
20
20
  "angular-mocks": "^1.3",
21
21
  "grunt": "~0.4.1",
22
- "grunt-bump": "~0.0.13",
22
+ "grunt-bump": "~0.8.0",
23
23
  "grunt-contrib-clean": "~0.5.0",
24
24
  "grunt-contrib-compress": "~0.5.2",
25
25
  "grunt-contrib-concat": "~0.3.0",
26
26
  "grunt-contrib-copy": "~0.4.1",
27
27
  "grunt-contrib-jshint": "~0.6.0",
28
- "grunt-contrib-uglify": "~0.2.2",
29
- "grunt-contrib-watch": "~0.5.1",
28
+ "grunt-contrib-uglify": "~3.3.0",
30
29
  "karma": "~2.0",
31
30
  "karma-chrome-launcher": "~2.2",
32
31
  "karma-jasmine": "~0.1",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: angularjs-rails-resource
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tommy Odom
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-01-28 00:00:00.000000000 Z
12
+ date: 2018-02-11 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A small AngularJS add-on for integrating with Rails via JSON more easily.
15
15
  email:
@@ -31,6 +31,10 @@ files:
31
31
  - angularjs-rails-resource.gemspec
32
32
  - bower.json
33
33
  - changelog.js
34
+ - dist/angularjs-rails-resource.js
35
+ - dist/angularjs-rails-resource.min.js
36
+ - dist/extensions/snapshots.js
37
+ - dist/extensions/snapshots.min.js
34
38
  - karma.conf.js
35
39
  - lib/angularjs-rails-resource.rb
36
40
  - lib/angularjs-rails-resource/version.rb