angularjs-rails-resource 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -291,3 +291,27 @@ Running the tests should be as simple as following the [instructions](https://gi
291
291
  3. Commit your changes (`git commit -am 'Added some feature'`)
292
292
  4. Push to the branch (`git push origin my-new-feature`)
293
293
  5. Create new Pull Request
294
+
295
+ ## License
296
+ Copyright (c) 2012 - 2013 [FineLine Prototyping, Inc.](http://www.finelineprototyping.com)
297
+
298
+ MIT License
299
+
300
+ Permission is hereby granted, free of charge, to any person obtaining
301
+ a copy of this software and associated documentation files (the
302
+ "Software"), to deal in the Software without restriction, including
303
+ without limitation the rights to use, copy, modify, merge, publish,
304
+ distribute, sublicense, and/or sell copies of the Software, and to
305
+ permit persons to whom the Software is furnished to do so, subject to
306
+ the following conditions:
307
+
308
+ The above copyright notice and this permission notice shall be
309
+ included in all copies or substantial portions of the Software.
310
+
311
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
312
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
313
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
314
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
315
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
316
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
317
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,7 +1,7 @@
1
1
  module Angularjs
2
2
  module Rails
3
3
  module Resource
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
6
6
  end
7
7
  end
@@ -203,7 +203,7 @@
203
203
  return angular.extend({params: params}, RailsResource.httpConfig);
204
204
  }
205
205
 
206
- return RailsResource.httpConfig;
206
+ return angular.copy(RailsResource.httpConfig);
207
207
  };
208
208
 
209
209
  /**
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: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-11 00:00:00.000000000 Z
12
+ date: 2013-03-01 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:
@@ -58,7 +58,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
58
58
  version: '0'
59
59
  requirements: []
60
60
  rubyforge_project:
61
- rubygems_version: 1.8.24
61
+ rubygems_version: 1.8.23
62
62
  signing_key:
63
63
  specification_version: 3
64
64
  summary: ''