sheet 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README.md +3 -2
  2. data/VERSION +1 -1
  3. data/lib/sheet/write.rb +1 -1
  4. data/sheet.gemspec +2 -2
  5. 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.3
1
+ 0.1.4
data/lib/sheet/write.rb CHANGED
@@ -23,7 +23,7 @@ class Sheet::Write
23
23
  end
24
24
 
25
25
  def create_dir_if_doesnt_exist
26
- if ! Dir.exists?(Sheet.sheets_dir)
26
+ if ! File.directory?(Sheet.sheets_dir)
27
27
  Dir.mkdir(Sheet.sheets_dir)
28
28
  end
29
29
  end
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.3"
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-11"
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.3
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-11 00:00:00.000000000 Z
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: 1707118375102558031
124
+ hash: 1784974371297084397
125
125
  required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  none: false
127
127
  requirements: