mtwarden 2.1.0 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/mtwarden/version.rb +1 -1
  3. metadata +17 -4
  4. data/MIT-LICENSE +0 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4b153390fcb074e88e44ab311db4faa6875f5df9
4
- data.tar.gz: 5a4db2f7c423105962bfb06049b89dcb12d1ba79
3
+ metadata.gz: 837c24178e017383de19476e3881f8ede16d1b96
4
+ data.tar.gz: f52831142fa11dc86d5477b0fd742167161f19c4
5
5
  SHA512:
6
- metadata.gz: 13aec2ed56d94f40946c3de0f9f3496d6e7659abaf417ebb15aa3f16e00d99e2cdfba0cc039088df5e25825d94ce5eb86e2e4a2356b567e2ea60b0997afa5084
7
- data.tar.gz: eefea1fe2937dc8c6d624246dd944b675d0c50e7c3fdef36f5f02d97fcad5bd3c8b8606bbb702fc7c29a8fdf164b7f4068101274546b87baba9a9c8a0f56e4e4
6
+ metadata.gz: 545718850de0078bece59821bbc383d2669f666cc486e5677b351939b8bd5ce26a38ad2f4a326c654d8fc5a5c215036ba7248b1a8ffdeaf9bcbe98ef16919469
7
+ data.tar.gz: 27789d758c2475b050eb0e2dde025a8e2343aa1e524396a79b7bf66fab805671710f56573a8e7c2fd65f7be4ef1df2e814631f0408f21a490b3f98590f7df813
@@ -1,3 +1,3 @@
1
1
  module Mtwarden
2
- VERSION = "2.1.0"
2
+ VERSION = "2.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mtwarden
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 4.2.3
19
+ version: '0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 4.2.3
26
+ version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bcrypt
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -122,6 +122,20 @@ dependencies:
122
122
  - - '='
123
123
  - !ruby/object:Gem::Version
124
124
  version: 1.1.4
125
+ - !ruby/object:Gem::Dependency
126
+ name: simplecov
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - ">="
130
+ - !ruby/object:Gem::Version
131
+ version: '0'
132
+ type: :development
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - ">="
137
+ - !ruby/object:Gem::Version
138
+ version: '0'
125
139
  - !ruby/object:Gem::Dependency
126
140
  name: rspec-rails
127
141
  requirement: !ruby/object:Gem::Requirement
@@ -201,7 +215,6 @@ executables: []
201
215
  extensions: []
202
216
  extra_rdoc_files: []
203
217
  files:
204
- - MIT-LICENSE
205
218
  - Rakefile
206
219
  - app/assets/javascripts/mtwarden/account/accounts.js
207
220
  - app/assets/javascripts/mtwarden/account/dashboard.js
data/MIT-LICENSE DELETED
@@ -1,9 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2015-2016 PHCNetworks
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
-
7
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
-
9
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.