j 0.5.1 → 0.6
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/bin/{j → jot} +0 -0
- data/j.gemspec +2 -2
- metadata +7 -7
data/bin/{j → jot}
RENAMED
|
File without changes
|
data/j.gemspec
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "j"
|
|
3
|
-
s.version = "0.
|
|
3
|
+
s.version = "0.6"
|
|
4
4
|
s.platform = Gem::Platform::RUBY
|
|
5
5
|
s.authors = ["Akash Manohar"]
|
|
6
6
|
s.email = ["akash@akash.im"]
|
|
7
7
|
s.homepage = "http://akash.im/j"
|
|
8
8
|
s.summary = "j task manager - v" + s.version.to_s
|
|
9
|
-
s.description = %q{j, stands for jot and is a simple command-line task manager. Inspired by t- task manager which is written in python}
|
|
9
|
+
s.description = %q{j, stands for jot and is a simple command-line task manager. Inspired by t- task manager which is written in python. The binary for is called jot. You can alias it to j.}
|
|
10
10
|
|
|
11
11
|
s.add_dependency "rainbow", "~> 1.1.1"
|
|
12
12
|
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: j
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.
|
|
5
|
+
version: "0.6"
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Akash Manohar
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-
|
|
13
|
+
date: 2011-06-07 00:00:00 +05:30
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -24,11 +24,11 @@ dependencies:
|
|
|
24
24
|
version: 1.1.1
|
|
25
25
|
type: :runtime
|
|
26
26
|
version_requirements: *id001
|
|
27
|
-
description: j, stands for jot and is a simple command-line task manager. Inspired by t- task manager which is written in python
|
|
27
|
+
description: j, stands for jot and is a simple command-line task manager. Inspired by t- task manager which is written in python. The binary for is called jot. You can alias it to j.
|
|
28
28
|
email:
|
|
29
29
|
- akash@akash.im
|
|
30
30
|
executables:
|
|
31
|
-
-
|
|
31
|
+
- jot
|
|
32
32
|
extensions: []
|
|
33
33
|
|
|
34
34
|
extra_rdoc_files: []
|
|
@@ -38,7 +38,7 @@ files:
|
|
|
38
38
|
- Gemfile
|
|
39
39
|
- README.md
|
|
40
40
|
- Rakefile
|
|
41
|
-
- bin/
|
|
41
|
+
- bin/jot
|
|
42
42
|
- how-does-it-work.md
|
|
43
43
|
- j.gemspec
|
|
44
44
|
- lib/j.rb
|
|
@@ -66,9 +66,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements: []
|
|
67
67
|
|
|
68
68
|
rubyforge_project:
|
|
69
|
-
rubygems_version: 1.
|
|
69
|
+
rubygems_version: 1.6.2
|
|
70
70
|
signing_key:
|
|
71
71
|
specification_version: 3
|
|
72
|
-
summary: j task manager - v0.
|
|
72
|
+
summary: j task manager - v0.6
|
|
73
73
|
test_files: []
|
|
74
74
|
|