sheet 0.1.3 → 0.1.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.
- data/README.md +3 -2
- data/VERSION +1 -1
- data/lib/sheet/write.rb +1 -1
- data/sheet.gemspec +2 -2
- metadata +3 -3
data/README.md
CHANGED
@@ -12,11 +12,12 @@ Examples:
|
|
12
12
|
|
13
13
|
```bash
|
14
14
|
|
15
|
-
sheet # with no arguments it will just list all your sheets
|
15
|
+
sheet # with no arguments it will just list all your sheets.
|
16
|
+
sheet list # lists all your sheets. Equivalent to running sheet with no arguments. Aliased to sheet ls.
|
16
17
|
sheet git # opens git sheet
|
17
18
|
sheet new git # creates git sheet
|
18
19
|
sheet edit git # edit git sheet
|
19
|
-
sheet copy git # Copies content of the sheet to the clipboard
|
20
|
+
sheet copy git # Copies content of the sheet to the clipboard. Aliased to sheet cp
|
20
21
|
```
|
21
22
|
|
22
23
|
Use `sheet new <term>` to create your first sheet. Useful for jotting
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.4
|
data/lib/sheet/write.rb
CHANGED
data/sheet.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "sheet"
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.4"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Oscar Del Ben"]
|
12
|
-
s.date = "2012-04-
|
12
|
+
s.date = "2012-04-12"
|
13
13
|
s.description = "sheets allows you to store and browse snippets of text from your command line."
|
14
14
|
s.email = "info@oscardelben.com"
|
15
15
|
s.executables = ["sheet"]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sheet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-04-
|
12
|
+
date: 2012-04-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|
@@ -121,7 +121,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
121
121
|
version: '0'
|
122
122
|
segments:
|
123
123
|
- 0
|
124
|
-
hash:
|
124
|
+
hash: 1784974371297084397
|
125
125
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
126
126
|
none: false
|
127
127
|
requirements:
|