tami-client 0.1.0 → 0.1.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/bin/tami ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+ $LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', 'lib')
3
+ require 'tami-client'
4
+ exit TamiClient.run(*ARGV)
data/lib/tami-client.rb CHANGED
@@ -1 +1,8 @@
1
- puts "Hello from tami-client :P"
1
+ class TamiClient
2
+
3
+ def self.run
4
+ puts "Hello from Tami client :P"
5
+ return 0
6
+ end
7
+
8
+ end
Binary file
@@ -0,0 +1,58 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{tami-client}
8
+ s.version = "0.1.1"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["DiUS"]
12
+ s.date = %q{2010-07-27}
13
+ s.default_executable = %q{tami}
14
+ s.description = %q{Command line client for developers to sync feature files with an install of Tami}
15
+ s.email = %q{tami@dius.com.au}
16
+ s.executables = ["tami"]
17
+ s.extra_rdoc_files = [
18
+ "LICENSE",
19
+ "README.rdoc"
20
+ ]
21
+ s.files = [
22
+ ".gitignore",
23
+ "LICENSE",
24
+ "README.rdoc",
25
+ "Rakefile",
26
+ "VERSION",
27
+ "bin/tami",
28
+ "lib/tami-client.rb",
29
+ "pkg/tami-client-0.1.0.gem",
30
+ "spec/spec.opts",
31
+ "spec/spec_helper.rb",
32
+ "spec/tami-client_spec.rb",
33
+ "tami-client.gemspec"
34
+ ]
35
+ s.homepage = %q{http://github.com/DiUS/tami}
36
+ s.rdoc_options = ["--charset=UTF-8"]
37
+ s.require_paths = ["lib"]
38
+ s.rubygems_version = %q{1.3.7}
39
+ s.summary = %q{Command line client for Tami}
40
+ s.test_files = [
41
+ "spec/spec_helper.rb",
42
+ "spec/tami-client_spec.rb"
43
+ ]
44
+
45
+ if s.respond_to? :specification_version then
46
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
47
+ s.specification_version = 3
48
+
49
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
50
+ s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
51
+ else
52
+ s.add_dependency(%q<rspec>, [">= 1.2.9"])
53
+ end
54
+ else
55
+ s.add_dependency(%q<rspec>, [">= 1.2.9"])
56
+ end
57
+ end
58
+
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tami-client
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - DiUS
@@ -16,7 +16,7 @@ bindir: bin
16
16
  cert_chain: []
17
17
 
18
18
  date: 2010-07-27 00:00:00 +10:00
19
- default_executable:
19
+ default_executable: tami
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: rspec
@@ -36,8 +36,8 @@ dependencies:
36
36
  version_requirements: *id001
37
37
  description: Command line client for developers to sync feature files with an install of Tami
38
38
  email: tami@dius.com.au
39
- executables: []
40
-
39
+ executables:
40
+ - tami
41
41
  extensions: []
42
42
 
43
43
  extra_rdoc_files:
@@ -49,10 +49,13 @@ files:
49
49
  - README.rdoc
50
50
  - Rakefile
51
51
  - VERSION
52
+ - bin/tami
52
53
  - lib/tami-client.rb
54
+ - pkg/tami-client-0.1.0.gem
53
55
  - spec/spec.opts
54
56
  - spec/spec_helper.rb
55
57
  - spec/tami-client_spec.rb
58
+ - tami-client.gemspec
56
59
  has_rdoc: true
57
60
  homepage: http://github.com/DiUS/tami
58
61
  licenses: []