yopass 3.0.3 → 3.0.4
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 +4 -4
- data/.gemspec +1 -1
- data/lib/public/img/favicon.png +0 -0
- data/lib/public/index.html +2 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 11602e04c8cf75a6458f6bf92df0139acb515c09
|
|
4
|
+
data.tar.gz: 020f86afb09bbb9cfde78504f917a94a54c56eb1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5abee030af7221a51ecf928ac62db5c3296aa4461e2f6cf85a4949018b90abed89539c282f7fd05c99f38051d4e48a800b19af27d476d18bc8c19ff2c675b451
|
|
7
|
+
data.tar.gz: 6b3e4b8e94addc1d767f8ebe01d39333eb3ac40d13d68b81117e97d4ce8fa5bc56c3f9ffcb1245e249452325058ca14d61e92aaf321dc88f1010d95128693034
|
data/.gemspec
CHANGED
|
Binary file
|
data/lib/public/index.html
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
2
|
<html ng-app="yopass">
|
|
3
3
|
<head>
|
|
4
|
+
<title>Yopass - Share Secrets Securely</title>
|
|
4
5
|
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
|
|
6
|
+
<link rel="icon" type="image/png" href="img/favicon.png" />
|
|
5
7
|
<script type="text/javascript" src="js/angular.js"></script>
|
|
6
8
|
<script type="text/javascript" src="js/angular-route.min.js"></script>
|
|
7
9
|
<script type="text/javascript" src="js/app.js"></script>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yopass
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Johan Haals
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-02-
|
|
11
|
+
date: 2015-02-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: encryptor
|
|
@@ -137,6 +137,7 @@ files:
|
|
|
137
137
|
- lib/public/fonts/glyphicons-halflings-regular.ttf
|
|
138
138
|
- lib/public/fonts/glyphicons-halflings-regular.woff
|
|
139
139
|
- lib/public/fonts/glyphicons-halflings-regular.woff2
|
|
140
|
+
- lib/public/img/favicon.png
|
|
140
141
|
- lib/public/index.html
|
|
141
142
|
- lib/public/js/angular-route.min.js
|
|
142
143
|
- lib/public/js/angular.js
|