bluevia_engine 0.1 → 0.1.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.
- data/README.rdoc +5 -3
- data/config/routes.rb +1 -1
- data/lib/bluevia_engine/version.rb +1 -1
- metadata +7 -7
data/README.rdoc
CHANGED
|
@@ -16,6 +16,9 @@ After creating a Rails 3 application...
|
|
|
16
16
|
|
|
17
17
|
rails generate bluevia_engine:install
|
|
18
18
|
|
|
19
|
+
* Get information about the new routes created using the specific rails command:
|
|
20
|
+
|
|
21
|
+
rake routes
|
|
19
22
|
|
|
20
23
|
= How to use
|
|
21
24
|
|
|
@@ -49,9 +52,8 @@ After creating a Rails 3 application...
|
|
|
49
52
|
|
|
50
53
|
= License
|
|
51
54
|
|
|
52
|
-
Check the {License}[LICENSE.txt] file.
|
|
53
|
-
|
|
55
|
+
Check the {License}[http://github.com/telefonicaid/bluevia_engine/blob/master/LICENSE.txt] file.
|
|
54
56
|
|
|
55
57
|
= Author
|
|
56
58
|
|
|
57
|
-
* Juan de Bravo (jdbd at tid dot es)
|
|
59
|
+
* Juan de Bravo (jdbd at tid dot es)
|
data/config/routes.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bluevia_engine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2012-02-19 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: oauth
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70217104552360 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70217104552360
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: webmock
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &70217104551940 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,7 +32,7 @@ dependencies:
|
|
|
32
32
|
version: '0'
|
|
33
33
|
type: :development
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *70217104551940
|
|
36
36
|
description: Rails Engine to provide BlueVia oAuth mechanism in a seamless way
|
|
37
37
|
email:
|
|
38
38
|
- juandebravo@gmail.com
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
version: '0'
|
|
76
76
|
requirements: []
|
|
77
77
|
rubyforge_project: bluevia_engine
|
|
78
|
-
rubygems_version: 1.8.
|
|
78
|
+
rubygems_version: 1.8.15
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 3
|
|
81
81
|
summary: Rails Engine to provide BlueVia oAuth mechanism in a seamless way
|