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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 38bfd21b1769567fd8eedf1cff9e720cf91d28a7
4
- data.tar.gz: aaf9271845e4fdc9ec7ea78b6c35f88fb09d74b0
3
+ metadata.gz: 11602e04c8cf75a6458f6bf92df0139acb515c09
4
+ data.tar.gz: 020f86afb09bbb9cfde78504f917a94a54c56eb1
5
5
  SHA512:
6
- metadata.gz: 98a41f020a094716e60006051d39b8fe4b471b9b20cd61ad4abdaf4df34a918409a1f1811add8d9e8b748c0a6cc0245609b073526e5968c25c64806052d3601c
7
- data.tar.gz: 665e693f4b1736b22cd7e8d910ce89bf7c014f49dccdb5ab1bc5196b7e960a326389aff7c9bd21cdab7f8c2dc195993d8390312d45385445aa9abf57b0030913
6
+ metadata.gz: 5abee030af7221a51ecf928ac62db5c3296aa4461e2f6cf85a4949018b90abed89539c282f7fd05c99f38051d4e48a800b19af27d476d18bc8c19ff2c675b451
7
+ data.tar.gz: 6b3e4b8e94addc1d767f8ebe01d39333eb3ac40d13d68b81117e97d4ce8fa5bc56c3f9ffcb1245e249452325058ca14d61e92aaf321dc88f1010d95128693034
data/.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  Gem::Specification.new do |s|
3
3
  s.name = 'yopass'
4
- s.version = '3.0.3'
4
+ s.version = '3.0.4'
5
5
  s.author = 'Johan Haals'
6
6
  s.email = 'johan@haals.se'
7
7
  s.homepage = 'https://github.com/jhaals/yopass'
@@ -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.3
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-14 00:00:00.000000000 Z
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