facemock-oauth 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/facemock/oauth/version.rb +1 -1
- data/spec/facemock/oauth_spec.rb +1 -1
- data/view/login.html +1 -1
- metadata +3 -3
data/spec/facemock/oauth_spec.rb
CHANGED
data/view/login.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
</head>
|
7
7
|
<body>
|
8
8
|
<div class="_li">
|
9
|
-
<a class="lfloat _ohe" href="/" title="
|
9
|
+
<a class="lfloat _ohe" href="/" title="トップへ移動">Top</a>
|
10
10
|
<div id="globalContainer" class="uiContextualLayerParent">
|
11
11
|
<div id="content" class="fb_content clearfix">
|
12
12
|
<div class="UIFullPage_Container">
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: facemock-oauth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -203,7 +203,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
203
203
|
version: '0'
|
204
204
|
segments:
|
205
205
|
- 0
|
206
|
-
hash:
|
206
|
+
hash: 2224620590061576830
|
207
207
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
208
208
|
none: false
|
209
209
|
requirements:
|
@@ -212,7 +212,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
212
212
|
version: '0'
|
213
213
|
segments:
|
214
214
|
- 0
|
215
|
-
hash:
|
215
|
+
hash: 2224620590061576830
|
216
216
|
requirements: []
|
217
217
|
rubyforge_project:
|
218
218
|
rubygems_version: 1.8.25
|