convore-simple 0.0.1

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.
@@ -0,0 +1,14 @@
1
+ # -*- encoding: utf-8 -*-
2
+ Gem::Specification.new do |s|
3
+ s.name = "convore-simple"
4
+ s.version = "0.0.1"
5
+ s.platform = Gem::Platform::RUBY
6
+ s.authors = ["Micha Niskin"]
7
+ s.email = ["micha.niskin@gmail.com"]
8
+ s.homepage = "http://github.com/micha/convore-simple"
9
+ s.summary = %q{Ruby module for the convore.com API.}
10
+ s.description = %q{Not feature-rich, but it does the job.}
11
+ s.rubyforge_project = s.name
12
+ s.files = `git ls-files`.split("\n")
13
+ s.require_paths = ["lib"]
14
+ end
@@ -0,0 +1,10 @@
1
+
2
+ module ConvoreSimple
3
+
4
+ class Topic
5
+ def self.announce
6
+ puts `git config user.convore`
7
+ end
8
+ end
9
+
10
+ end
metadata ADDED
@@ -0,0 +1,66 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: convore-simple
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 0
8
+ - 1
9
+ version: 0.0.1
10
+ platform: ruby
11
+ authors:
12
+ - Micha Niskin
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2011-04-16 00:00:00 -04:00
18
+ default_executable:
19
+ dependencies: []
20
+
21
+ description: Not feature-rich, but it does the job.
22
+ email:
23
+ - micha.niskin@gmail.com
24
+ executables: []
25
+
26
+ extensions: []
27
+
28
+ extra_rdoc_files: []
29
+
30
+ files:
31
+ - convore-simple.gemspec
32
+ - lib/convore-simple.rb
33
+ has_rdoc: true
34
+ homepage: http://github.com/micha/convore-simple
35
+ licenses: []
36
+
37
+ post_install_message:
38
+ rdoc_options: []
39
+
40
+ require_paths:
41
+ - lib
42
+ required_ruby_version: !ruby/object:Gem::Requirement
43
+ none: false
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ segments:
48
+ - 0
49
+ version: "0"
50
+ required_rubygems_version: !ruby/object:Gem::Requirement
51
+ none: false
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ segments:
56
+ - 0
57
+ version: "0"
58
+ requirements: []
59
+
60
+ rubyforge_project: convore-simple
61
+ rubygems_version: 1.3.7
62
+ signing_key:
63
+ specification_version: 3
64
+ summary: Ruby module for the convore.com API.
65
+ test_files: []
66
+