tmrb 1.2.3 → 1.2.5

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.
@@ -1,9 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tmrb (1.2.3)
5
- highline
6
- thor
4
+ tmrb (1.2.5)
7
5
 
8
6
  GEM
9
7
  remote: http://rubygems.org/
@@ -21,7 +19,6 @@ GEM
21
19
  thor (~> 0.14.6)
22
20
  guard-rspec (0.7.0)
23
21
  guard (>= 0.10.0)
24
- highline (1.6.11)
25
22
  libnotify (0.7.2)
26
23
  method_source (0.7.1)
27
24
  pry (0.9.9.4)
@@ -3,8 +3,6 @@ require 'tmrb/window'
3
3
  require 'tmrb/session'
4
4
  require 'tmrb/exceptions'
5
5
 
6
- require 'highline/import'
7
-
8
6
  module TmRb
9
7
  class Multiplexer
10
8
  include Exceptions
@@ -1,4 +1,4 @@
1
- module Terminal
1
+ module TmRb
2
2
  class Session
3
3
  attr_reader :session_name, :window_name, :command
4
4
 
@@ -1,3 +1,3 @@
1
1
  module TmRb
2
- VERSION = "1.2.3"
2
+ VERSION = "1.2.5"
3
3
  end
@@ -15,6 +15,5 @@ Gem::Specification.new do |s|
15
15
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
16
16
  s.require_paths = ["lib"]
17
17
 
18
- s.add_runtime_dependency "highline"
19
- s.add_runtime_dependency "thor"
18
+ #s.add_runtime_dependency "thor"
20
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tmrb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.2.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,31 +9,8 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-09 00:00:00.000000000 +02:00
13
- default_executable:
14
- dependencies:
15
- - !ruby/object:Gem::Dependency
16
- name: highline
17
- requirement: &12431960 !ruby/object:Gem::Requirement
18
- none: false
19
- requirements:
20
- - - ! '>='
21
- - !ruby/object:Gem::Version
22
- version: '0'
23
- type: :runtime
24
- prerelease: false
25
- version_requirements: *12431960
26
- - !ruby/object:Gem::Dependency
27
- name: thor
28
- requirement: &12431280 !ruby/object:Gem::Requirement
29
- none: false
30
- requirements:
31
- - - ! '>='
32
- - !ruby/object:Gem::Version
33
- version: '0'
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: *12431280
12
+ date: 2012-05-09 00:00:00.000000000 Z
13
+ dependencies: []
37
14
  description:
38
15
  email:
39
16
  - dev@fedux.org
@@ -62,7 +39,6 @@ files:
62
39
  - spec/terminal-multiplexer/terminal-multiplexer_spec.rb
63
40
  - spec/window/window_spec.rb
64
41
  - tmrb.gemspec
65
- has_rdoc: true
66
42
  homepage: ''
67
43
  licenses: []
68
44
  post_install_message:
@@ -83,7 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
59
  version: '0'
84
60
  requirements: []
85
61
  rubyforge_project:
86
- rubygems_version: 1.6.2
62
+ rubygems_version: 1.8.24
87
63
  signing_key:
88
64
  specification_version: 3
89
65
  summary: Building tmux sessions with ease
@@ -92,3 +68,4 @@ test_files:
92
68
  - spec/spec_helper.rb
93
69
  - spec/terminal-multiplexer/terminal-multiplexer_spec.rb
94
70
  - spec/window/window_spec.rb
71
+ has_rdoc: