angular-ui-rails 0.4.0.2 → 0.4.0.3
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 +15 -0
- data/README.md +4 -2
- data/lib/angular-ui-rails/version.rb +1 -1
- metadata +7 -8
checksums.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
YTUwZWRmM2YyMTRjMGFkZTNjODIxYzAyNjY5NzBjNTFkMzlhYzIxZA==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
NDdhMTg3NWM4Y2E5MGVlNTFmYzI2YmZhYmJhNDJlMjk4YWVlMDRkNw==
|
|
7
|
+
SHA512:
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
MWZmNTc3NjYyYjM5MDhiOWU5NTYyZmM0YWNkMTRlMjcxNTQ3MDBhYjNmYjhk
|
|
10
|
+
MDgyYmYxN2U1N2ZjZTQ2MTNlYmU3NjM0NTk0MDkyY2YwZTBhOWZlZDQwMjUw
|
|
11
|
+
MjdkMTVjMmY3ZTg1OWUzOWY2NGE4NGFmYzZiNDhjMWM0ZmQ0ZTQ=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
MjVhYWMyOThlNzBjMzdmYjc1ODQxNGQzNDQ5MzEyMDI1NmY3YzJmNzliMzNj
|
|
14
|
+
M2QyYWI3ZGUxZjE5MmM2OGQ0YjJlOTFjMTFjMmFmNDQwZGM3YTdjODg1NGQ4
|
|
15
|
+
MmQ5MTExODU3Yzk2NDM2NjdiNmFjMGJlYzBkNWFmOGEyMGJhZGY=
|
data/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
# angular-ui-rails
|
|
1
|
+
# angular-ui-rails (deprecated)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
The current [Angular.js UI](http://angular-ui.github.io/) project has split into multiple smaller projects. There is no longer a single UI source. This gem has not been updated to merge the 7+ components.
|
|
4
|
+
|
|
5
|
+
angular-ui-rails wraps the old [Angular.js UI v0.4](https://github.com/angular-ui/angular-ui-OLDREPO/) library for use in Rails 3.1 and above. Assets will minify automatically during production.
|
|
4
6
|
|
|
5
7
|
## Usage
|
|
6
8
|
|
metadata
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: angular-ui-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.0.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.4.0.3
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Mike Park
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
11
|
+
date: 2013-11-15 00:00:00.000000000 Z
|
|
13
12
|
dependencies: []
|
|
14
13
|
description: Injects Angular.js UI into your asset pipeline.
|
|
15
14
|
email: mikep@quake.net
|
|
@@ -25,28 +24,28 @@ files:
|
|
|
25
24
|
- MIT-LICENSE
|
|
26
25
|
- README.md
|
|
27
26
|
homepage: https://github.com/mikepinde/angular-ui-rails/
|
|
28
|
-
licenses:
|
|
27
|
+
licenses:
|
|
28
|
+
- MIT
|
|
29
|
+
metadata: {}
|
|
29
30
|
post_install_message:
|
|
30
31
|
rdoc_options: []
|
|
31
32
|
require_paths:
|
|
32
33
|
- lib
|
|
33
34
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
34
|
-
none: false
|
|
35
35
|
requirements:
|
|
36
36
|
- - ! '>='
|
|
37
37
|
- !ruby/object:Gem::Version
|
|
38
38
|
version: '0'
|
|
39
39
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
40
|
-
none: false
|
|
41
40
|
requirements:
|
|
42
41
|
- - ! '>='
|
|
43
42
|
- !ruby/object:Gem::Version
|
|
44
43
|
version: '0'
|
|
45
44
|
requirements: []
|
|
46
45
|
rubyforge_project:
|
|
47
|
-
rubygems_version: 1.
|
|
46
|
+
rubygems_version: 2.1.9
|
|
48
47
|
signing_key:
|
|
49
|
-
specification_version:
|
|
48
|
+
specification_version: 4
|
|
50
49
|
summary: Angular.js UI on Rails
|
|
51
50
|
test_files: []
|
|
52
51
|
has_rdoc:
|