tabby 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. data/.gemtest +0 -0
  2. data/Gemfile.lock +1 -1
  3. data/LICENSE +19 -0
  4. data/Rakefile +1 -0
  5. data/lib/tabby/version.rb +1 -1
  6. metadata +6 -16
data/.gemtest ADDED
File without changes
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tabby (0.0.1)
4
+ tabby (0.0.2)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
data/LICENSE ADDED
@@ -0,0 +1,19 @@
1
+ Copyright (C) 2011 by Matte Noble
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in
11
+ all copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
+ THE SOFTWARE
data/Rakefile CHANGED
@@ -6,4 +6,5 @@ RSpec::Core::RakeTask.new do |spec|
6
6
  spec.rspec_opts = ["--format=doc", "--fail-fast", "--color"]
7
7
  end
8
8
 
9
+ task :test => :spec
9
10
  task :default => :spec
data/lib/tabby/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tabby
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,12 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tabby
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 0
7
- - 0
8
- - 1
9
- version: 0.0.1
4
+ prerelease:
5
+ version: 0.0.2
10
6
  platform: ruby
11
7
  authors:
12
8
  - Matte Noble
@@ -14,7 +10,7 @@ autorequire:
14
10
  bindir: bin
15
11
  cert_chain: []
16
12
 
17
- date: 2011-01-27 00:00:00 -05:00
13
+ date: 2011-02-15 00:00:00 -05:00
18
14
  default_executable:
19
15
  dependencies:
20
16
  - !ruby/object:Gem::Dependency
@@ -25,10 +21,6 @@ dependencies:
25
21
  requirements:
26
22
  - - ~>
27
23
  - !ruby/object:Gem::Version
28
- segments:
29
- - 2
30
- - 1
31
- - 0
32
24
  version: 2.1.0
33
25
  type: :development
34
26
  version_requirements: *id001
@@ -43,9 +35,11 @@ extra_rdoc_files:
43
35
  - README.markdown
44
36
  - screenshot.png
45
37
  files:
38
+ - .gemtest
46
39
  - .gitignore
47
40
  - Gemfile
48
41
  - Gemfile.lock
42
+ - LICENSE
49
43
  - README.markdown
50
44
  - Rakefile
51
45
  - bin/tabby
@@ -76,21 +70,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
70
  requirements:
77
71
  - - ">="
78
72
  - !ruby/object:Gem::Version
79
- segments:
80
- - 0
81
73
  version: "0"
82
74
  required_rubygems_version: !ruby/object:Gem::Requirement
83
75
  none: false
84
76
  requirements:
85
77
  - - ">="
86
78
  - !ruby/object:Gem::Version
87
- segments:
88
- - 0
89
79
  version: "0"
90
80
  requirements: []
91
81
 
92
82
  rubyforge_project:
93
- rubygems_version: 1.3.7
83
+ rubygems_version: 1.5.0
94
84
  signing_key:
95
85
  specification_version: 3
96
86
  summary: Simple iTerm2 project environment setup.