lastpass-buddy 0.0.2 → 0.0.3

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: 56b8851e00c6de6891f5ce233edc7e51e426be3d
4
- data.tar.gz: c4b8dd49280514df13223072307a343d4492c641
3
+ metadata.gz: 6c65728ea662252debd8785ac07ca9e79e552fde
4
+ data.tar.gz: 3dfb736b1a1d7921239f23207ce3bf086d49fbb7
5
5
  SHA512:
6
- metadata.gz: d655ddce8b901886874825fdd4614dbb9b5597dd97c54823a58ed2e2cafaea9cd884783f78b19e067afa79f2f18ee96c92ab5bfd52c866b47ee246400b92babe
7
- data.tar.gz: 841b0250381c441b7ace6f3f447e6366837849f7034f1226082011a9128f39fce8dd36487aecac048b0defbc8efe6739bcf3389fc0239360cc490c4d540fb148
6
+ metadata.gz: 353d2452fb7cc946bb0fedb559a61002d3112641866d580803e95b443315167e2a1b1d436caeef97675fb5bb0b6314969f1da75ba63b8a2dc1b45bc325b3e490
7
+ data.tar.gz: cbe5acc9aca44621bc872fb48a573440f7c3aea705897b4415f11125cd562a2acbb4b254c2375e569d8270d413e80f7d64a455be2965efd830bc5878344d3fbe
@@ -1,10 +1,10 @@
1
1
  = lastpass-buddy
2
2
 
3
- *lastpass-buddy* captures context so it can be copied between teams
3
+ *lastpass-buddy* does useful things using lastpass as a backing store
4
4
 
5
5
  === Install
6
6
 
7
- gem install pivotal-lastpass-buddy
7
+ gem install lastpass-buddy
8
8
 
9
9
  :include:lastpass-buddy.rdoc
10
10
 
@@ -6,7 +6,7 @@ require 'highline/import'
6
6
 
7
7
  include GLI::App
8
8
 
9
- program_desc 'lastpass-buddy captures context so it can be copied between teams'
9
+ program_desc 'lastpass-buddy does useful things using lastpass as a backing store'
10
10
 
11
11
  version Sophia::VERSION
12
12
 
@@ -1,3 +1,3 @@
1
1
  module Sophia
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lastpass-buddy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Laing