gridcli 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +34 -0
- data/Rakefile +13 -1
- data/lib/gridcli/config.rb +2 -1
- data/lib/gridcli/version.rb +1 -1
- metadata +92 -76
- data/.gitignore +0 -4
- data/.rvmrc +0 -1
- data/gridcli.gemspec +0 -24
data/Gemfile.lock
ADDED
@@ -0,0 +1,34 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
gridcli (0.1.6)
|
5
|
+
activeresource (~> 3.2)
|
6
|
+
activesupport (~> 3.2)
|
7
|
+
chronic (>= 0.6.4)
|
8
|
+
colorize (>= 0.5.8)
|
9
|
+
json (>= 1.6.1)
|
10
|
+
|
11
|
+
GEM
|
12
|
+
remote: http://rubygems.org/
|
13
|
+
specs:
|
14
|
+
activemodel (3.2.15)
|
15
|
+
activesupport (= 3.2.15)
|
16
|
+
builder (~> 3.0.0)
|
17
|
+
activeresource (3.2.15)
|
18
|
+
activemodel (= 3.2.15)
|
19
|
+
activesupport (= 3.2.15)
|
20
|
+
activesupport (3.2.15)
|
21
|
+
i18n (~> 0.6, >= 0.6.4)
|
22
|
+
multi_json (~> 1.0)
|
23
|
+
builder (3.0.4)
|
24
|
+
chronic (0.10.2)
|
25
|
+
colorize (0.6.0)
|
26
|
+
i18n (0.6.5)
|
27
|
+
json (1.8.1)
|
28
|
+
multi_json (1.8.2)
|
29
|
+
|
30
|
+
PLATFORMS
|
31
|
+
ruby
|
32
|
+
|
33
|
+
DEPENDENCIES
|
34
|
+
gridcli!
|
data/Rakefile
CHANGED
@@ -1 +1,13 @@
|
|
1
|
-
require '
|
1
|
+
require 'rubygems'
|
2
|
+
require 'bundler'
|
3
|
+
require 'rdoc/task'
|
4
|
+
|
5
|
+
Bundler::GemHelper.install_tasks
|
6
|
+
|
7
|
+
desc "Create documentation"
|
8
|
+
RDoc::Task.new("doc") { |rdoc|
|
9
|
+
rdoc.title = "GridCLI - A command line interface to The Grid: Social Networking, Web 0.2"
|
10
|
+
rdoc.rdoc_dir = 'docs'
|
11
|
+
rdoc.rdoc_files.include('README.rdoc')
|
12
|
+
rdoc.rdoc_files.include('lib/**/*.rb')
|
13
|
+
}
|
data/lib/gridcli/config.rb
CHANGED
data/lib/gridcli/version.rb
CHANGED
metadata
CHANGED
@@ -1,90 +1,104 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: gridcli
|
3
|
-
version: !ruby/object:Gem::Version
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.6
|
4
5
|
prerelease:
|
5
|
-
version: 0.1.5
|
6
6
|
platform: ruby
|
7
|
-
authors:
|
7
|
+
authors:
|
8
8
|
- Brian Muller
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
- !ruby/object:Gem::Dependency
|
12
|
+
date: 2013-12-02 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
16
15
|
name: activeresource
|
17
|
-
|
18
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
19
17
|
none: false
|
20
|
-
requirements:
|
21
|
-
- -
|
22
|
-
- !ruby/object:Gem::Version
|
23
|
-
version: 3.
|
18
|
+
requirements:
|
19
|
+
- - ~>
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: '3.2'
|
24
22
|
type: :runtime
|
25
|
-
version_requirements: *id001
|
26
|
-
- !ruby/object:Gem::Dependency
|
27
|
-
name: activesupport
|
28
23
|
prerelease: false
|
29
|
-
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - ~>
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '3.2'
|
30
|
+
- !ruby/object:Gem::Dependency
|
31
|
+
name: activesupport
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
30
33
|
none: false
|
31
|
-
requirements:
|
32
|
-
- -
|
33
|
-
- !ruby/object:Gem::Version
|
34
|
-
version: 3.
|
34
|
+
requirements:
|
35
|
+
- - ~>
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '3.2'
|
35
38
|
type: :runtime
|
36
|
-
version_requirements: *id002
|
37
|
-
- !ruby/object:Gem::Dependency
|
38
|
-
name: chronic
|
39
39
|
prerelease: false
|
40
|
-
|
40
|
+
version_requirements: !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
42
|
+
requirements:
|
43
|
+
- - ~>
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: '3.2'
|
46
|
+
- !ruby/object:Gem::Dependency
|
47
|
+
name: chronic
|
48
|
+
requirement: !ruby/object:Gem::Requirement
|
41
49
|
none: false
|
42
|
-
requirements:
|
43
|
-
- -
|
44
|
-
- !ruby/object:Gem::Version
|
50
|
+
requirements:
|
51
|
+
- - ! '>='
|
52
|
+
- !ruby/object:Gem::Version
|
45
53
|
version: 0.6.4
|
46
54
|
type: :runtime
|
47
|
-
version_requirements: *id003
|
48
|
-
- !ruby/object:Gem::Dependency
|
49
|
-
name: json
|
50
55
|
prerelease: false
|
51
|
-
|
56
|
+
version_requirements: !ruby/object:Gem::Requirement
|
57
|
+
none: false
|
58
|
+
requirements:
|
59
|
+
- - ! '>='
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: 0.6.4
|
62
|
+
- !ruby/object:Gem::Dependency
|
63
|
+
name: json
|
64
|
+
requirement: !ruby/object:Gem::Requirement
|
52
65
|
none: false
|
53
|
-
requirements:
|
54
|
-
- -
|
55
|
-
- !ruby/object:Gem::Version
|
66
|
+
requirements:
|
67
|
+
- - ! '>='
|
68
|
+
- !ruby/object:Gem::Version
|
56
69
|
version: 1.6.1
|
57
70
|
type: :runtime
|
58
|
-
version_requirements: *id004
|
59
|
-
- !ruby/object:Gem::Dependency
|
60
|
-
name: colorize
|
61
71
|
prerelease: false
|
62
|
-
|
72
|
+
version_requirements: !ruby/object:Gem::Requirement
|
73
|
+
none: false
|
74
|
+
requirements:
|
75
|
+
- - ! '>='
|
76
|
+
- !ruby/object:Gem::Version
|
77
|
+
version: 1.6.1
|
78
|
+
- !ruby/object:Gem::Dependency
|
79
|
+
name: colorize
|
80
|
+
requirement: !ruby/object:Gem::Requirement
|
63
81
|
none: false
|
64
|
-
requirements:
|
65
|
-
- -
|
66
|
-
- !ruby/object:Gem::Version
|
82
|
+
requirements:
|
83
|
+
- - ! '>='
|
84
|
+
- !ruby/object:Gem::Version
|
67
85
|
version: 0.5.8
|
68
86
|
type: :runtime
|
69
|
-
|
70
|
-
|
71
|
-
|
87
|
+
prerelease: false
|
88
|
+
version_requirements: !ruby/object:Gem::Requirement
|
89
|
+
none: false
|
90
|
+
requirements:
|
91
|
+
- - ! '>='
|
92
|
+
- !ruby/object:Gem::Version
|
93
|
+
version: 0.5.8
|
94
|
+
description: ! 'A command line interface to The Grid: Social Networking, Web 0.2'
|
95
|
+
email:
|
72
96
|
- bamuller@gmail.com
|
73
|
-
executables:
|
97
|
+
executables:
|
74
98
|
- grid
|
75
99
|
extensions: []
|
76
|
-
|
77
100
|
extra_rdoc_files: []
|
78
|
-
|
79
|
-
files:
|
80
|
-
- .gitignore
|
81
|
-
- .rvmrc
|
82
|
-
- Gemfile
|
83
|
-
- README.rdoc
|
84
|
-
- Rakefile
|
85
|
-
- bin/grid
|
86
|
-
- gridcli.gemspec
|
87
|
-
- lib/gridcli.rb
|
101
|
+
files:
|
88
102
|
- lib/gridcli/commands/base.rb
|
89
103
|
- lib/gridcli/commands/befriend.rb
|
90
104
|
- lib/gridcli/commands/block.rb
|
@@ -118,32 +132,34 @@ files:
|
|
118
132
|
- lib/gridcli/subgrids.rb
|
119
133
|
- lib/gridcli/version.rb
|
120
134
|
- lib/gridcli/ymlhash.rb
|
121
|
-
|
135
|
+
- lib/gridcli.rb
|
136
|
+
- Gemfile
|
137
|
+
- Gemfile.lock
|
138
|
+
- Rakefile
|
139
|
+
- README.rdoc
|
140
|
+
- bin/grid
|
141
|
+
homepage: ''
|
122
142
|
licenses: []
|
123
|
-
|
124
143
|
post_install_message:
|
125
144
|
rdoc_options: []
|
126
|
-
|
127
|
-
require_paths:
|
145
|
+
require_paths:
|
128
146
|
- lib
|
129
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
147
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
130
148
|
none: false
|
131
|
-
requirements:
|
132
|
-
- -
|
133
|
-
- !ruby/object:Gem::Version
|
134
|
-
version:
|
135
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
149
|
+
requirements:
|
150
|
+
- - ! '>='
|
151
|
+
- !ruby/object:Gem::Version
|
152
|
+
version: '0'
|
153
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
136
154
|
none: false
|
137
|
-
requirements:
|
138
|
-
- -
|
139
|
-
- !ruby/object:Gem::Version
|
140
|
-
version:
|
155
|
+
requirements:
|
156
|
+
- - ! '>='
|
157
|
+
- !ruby/object:Gem::Version
|
158
|
+
version: '0'
|
141
159
|
requirements: []
|
142
|
-
|
143
160
|
rubyforge_project: gridcli
|
144
|
-
rubygems_version: 1.8.
|
161
|
+
rubygems_version: 1.8.25
|
145
162
|
signing_key:
|
146
163
|
specification_version: 3
|
147
|
-
summary:
|
164
|
+
summary: ! 'A command line interface to The Grid: Social Networking, Web 0.2'
|
148
165
|
test_files: []
|
149
|
-
|
data/.gitignore
DELETED
data/.rvmrc
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
rvm --create ruby-1.9.2-p0@gridcli
|
data/gridcli.gemspec
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
$:.push File.expand_path("../lib", __FILE__)
|
2
|
-
require "gridcli/version"
|
3
|
-
|
4
|
-
Gem::Specification.new do |s|
|
5
|
-
s.name = "gridcli"
|
6
|
-
s.version = GridCLI::VERSION
|
7
|
-
s.authors = ["Brian Muller"]
|
8
|
-
s.email = ["bamuller@gmail.com"]
|
9
|
-
s.homepage = "http://gridcli.com"
|
10
|
-
s.summary = "A command line interface to The Grid: Social Networking, Web 0.2"
|
11
|
-
s.description = "A command line interface to The Grid: Social Networking, Web 0.2"
|
12
|
-
s.rubyforge_project = "gridcli"
|
13
|
-
s.files = `git ls-files`.split("\n")
|
14
|
-
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
15
|
-
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
16
|
-
s.require_paths = ["lib"]
|
17
|
-
s.add_dependency("activeresource", ">= 3.0.10")
|
18
|
-
s.add_dependency("activesupport", ">= 3.0.10")
|
19
|
-
s.add_dependency("chronic", ">= 0.6.4")
|
20
|
-
s.add_dependency("json", ">= 1.6.1")
|
21
|
-
s.add_dependency("colorize", ">= 0.5.8")
|
22
|
-
s.bindir = "bin"
|
23
|
-
s.executables << "grid"
|
24
|
-
end
|