bulkippt-cli 0.0.1 → 0.0.2
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 -0
- data/bulkippt.gemspec +1 -1
- data/lib/bulkippt/version.rb +1 -1
- metadata +4 -4
data/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Bulkippt CLI
|
|
2
2
|
|
|
3
|
+
[](https://codeclimate.com/github/jboursiquot/bulkippt-cli)
|
|
5
|
+
|
|
3
6
|
BulkipptCLI offers a command line interface alternative to using the Bulkippt gem (https://github.com/jboursiquot/bulkippt) in your application. If you just need to import your bookmarks from a CSV into your kippt.com account with a single one-liner from your shell, this is your tool.
|
|
4
7
|
|
|
5
8
|
## Installation
|
data/bulkippt.gemspec
CHANGED
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
|
|
|
18
18
|
gem.require_paths = ["lib"]
|
|
19
19
|
|
|
20
20
|
gem.add_runtime_dependency 'kippt','~> 1.1.0'
|
|
21
|
-
gem.add_runtime_dependency 'bulkippt','~> 0.0.
|
|
21
|
+
gem.add_runtime_dependency 'bulkippt','~> 0.0.4'
|
|
22
22
|
gem.add_runtime_dependency 'thor'
|
|
23
23
|
|
|
24
24
|
gem.add_development_dependency 'rake','~> 0.9'
|
data/lib/bulkippt/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bulkippt-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
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-11-
|
|
12
|
+
date: 2012-11-16 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: kippt
|
|
@@ -34,7 +34,7 @@ dependencies:
|
|
|
34
34
|
requirements:
|
|
35
35
|
- - ~>
|
|
36
36
|
- !ruby/object:Gem::Version
|
|
37
|
-
version: 0.0.
|
|
37
|
+
version: 0.0.4
|
|
38
38
|
type: :runtime
|
|
39
39
|
prerelease: false
|
|
40
40
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -42,7 +42,7 @@ dependencies:
|
|
|
42
42
|
requirements:
|
|
43
43
|
- - ~>
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
|
-
version: 0.0.
|
|
45
|
+
version: 0.0.4
|
|
46
46
|
- !ruby/object:Gem::Dependency
|
|
47
47
|
name: thor
|
|
48
48
|
requirement: !ruby/object:Gem::Requirement
|