angularjs-rails 1.2.12 → 1.2.12.1

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: 92587005a7d7c3164f3314a4e29ca15c51b84ebf
4
- data.tar.gz: 3fdf694bdaffcca1cdd72714e824228014ba8481
3
+ metadata.gz: 59bbc97535ef86de5b301d421f21e8082c67535d
4
+ data.tar.gz: 69365b7f4c1ec372cbbf8797d6ad66839266937b
5
5
  SHA512:
6
- metadata.gz: 8338f7f2d5977c6a06e44d43722ada3d49474ff3bb2da6b93d666fac30e6ffe6d2df06f0e01d000c4d7fcc0745180c3e652ae91ab9a06075721d369ac29fc863
7
- data.tar.gz: ffc9456c71545a2ab6c6091b4167b9fac7fcd0e6996401991a207f17c1985a205ccd08df42ab14a6fdef5e81248f7ec9de0ba8e452f5c45eb80a5a0c2218f35e
6
+ metadata.gz: e3df673cff01867bf9dc9805ba9dd6c21b6c447a5dda8a4013709912248f8f9bd94b28e897831678a514f9a97c39109546cd465eb6c6655760c7b395af72ad88
7
+ data.tar.gz: d4d350ebcdc75b567f618733ee8e9106133db63fe69d7009b0a54b57f97226166da28a9e984656429be9ec572876cc8931e82a882a5a8a5d4f563262e16b0f33
data/README.md CHANGED
@@ -17,15 +17,6 @@ If you desire to require (optional) Angular files, you may include them as well
17
17
  //= require angular-animate
18
18
  //= require angular-resource
19
19
 
20
- To use the 'unstable' branch, add the following directive to your JavaScript manifest file (application.js):
21
-
22
- //= require unstable/angular
23
-
24
- And similarly, for optional Angular assets:
25
-
26
- //= require unstable/angular-bootstrap
27
- //= require unstable/angular-resource
28
-
29
20
  ## Versioning
30
21
 
31
22
  Every attempt is made to mirror the currently shipping Angular.js version number wherever possible.
@@ -2,10 +2,10 @@ require "angularjs-rails/version"
2
2
 
3
3
  module AngularJS
4
4
  module Rails
5
- if defined? Rails::Engine
5
+ if defined? ::Rails::Engine
6
6
  require "angularjs-rails/engine"
7
7
  elsif defined? Sprockets
8
8
  require "angularjs-rails/sprockets"
9
9
  end
10
10
  end
11
- end
11
+ end
@@ -1,3 +1,3 @@
1
1
  require 'sprockets'
2
2
 
3
- Sprockets.append_path File.expand_path("../../../vendor/assets/javascript", __FILE__)
3
+ Sprockets.append_path File.expand_path("../../../vendor/assets/javascripts", __FILE__)
@@ -1,6 +1,6 @@
1
1
  module AngularJS
2
2
  module Rails
3
- VERSION = "1.2.12"
3
+ VERSION = "1.2.12.1"
4
4
  UNSTABLE_VERSION = "1.1.5"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: angularjs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.12
4
+ version: 1.2.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hirav Gandhi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-11 00:00:00.000000000 Z
11
+ date: 2014-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake