tty-screen 0.6.4 → 0.6.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: e0c8c65a7933aed096d16a5ebdbe66fe71faca7c
4
- data.tar.gz: 9d52f144a3a74694c95c34c20c0760689da7ce80
2
+ SHA256:
3
+ metadata.gz: 89fcd6a60c3f45d35bdac72b92058235e4d2e6a079dec7df5cf72c9880ab9434
4
+ data.tar.gz: 3d4a4c4ea005c1668e135ede4d34a9d9e28e5d91bada65d66f4e011523948201
5
5
  SHA512:
6
- metadata.gz: 433f7bfe2890b8c5462168bb6b12eb2ccef021c898449ce2d21c1266a5f23f9ed1d48df304127a754f6b8e72e099f56b23fdf8fc0d692303f0eba9e6861fb00a
7
- data.tar.gz: 53dfd81d5865e44914d1aaa61c7f248fe78bace07ef81ed79ecbe34f43abe20ad0033dd5b5de3bffb285ad8b4fa9f989c678532d99673d72b839eb028f0caf96
6
+ metadata.gz: 18d9d698f273dc15d7c158f7e02d7ae6edfa54ccb4d3c38cac63b226114d8ac7666632c8fc26689dec0357508674dfbb20d73ca1ddf9c16a15641074d024a52e
7
+ data.tar.gz: 78aae86103441d21170a31ad2d8b012b4b9c1736adbe08bae311c321dc6acb700b0fe6a1c3924d3c80ebe17c6e97955a4a9596bf0896bbc62de50ee626255850
@@ -7,11 +7,12 @@ script: "bundle exec rake ci"
7
7
  rvm:
8
8
  - 2.0.0
9
9
  - 2.1.10
10
- - 2.2.5
11
- - 2.3.1
12
- - 2.4.1
10
+ - 2.2.9
11
+ - 2.3.6
12
+ - 2.4.4
13
+ - 2.5.1
13
14
  - ruby-head
14
- - jruby-9000
15
+ - jruby-9.1.5.0
15
16
  - jruby-head
16
17
  matrix:
17
18
  allow_failures:
@@ -1,5 +1,10 @@
1
1
  # Change log
2
2
 
3
+ ## [v0.6.5] - 2018-07-13
4
+
5
+ ### Changed
6
+ * Change to namespace version file to allow for direct vendoring
7
+
3
8
  ## [v0.6.4] - 2017-12-22
4
9
 
5
10
  ### Fixed
@@ -95,17 +100,18 @@
95
100
  ### Fixed
96
101
  * Fix bug with screen detection from_io_console by @luxflux
97
102
 
98
- [v0.6.4]: https://github.com/peter-murach/tty-screen/compare/v0.6.3...v0.6.4
99
- [v0.6.3]: https://github.com/peter-murach/tty-screen/compare/v0.6.2...v0.6.3
100
- [v0.6.2]: https://github.com/peter-murach/tty-screen/compare/v0.6.1...v0.6.2
101
- [v0.6.1]: https://github.com/peter-murach/tty-screen/compare/v0.6.0...v0.6.1
102
- [v0.6.0]: https://github.com/peter-murach/tty-screen/compare/v0.5.1...v0.6.0
103
- [v0.5.1]: https://github.com/peter-murach/tty-screen/compare/v0.5.0...v0.5.1
104
- [v0.5.0]: https://github.com/peter-murach/tty-screen/compare/v0.4.3...v0.5.0
105
- [v0.4.3]: https://github.com/peter-murach/tty-screen/compare/v0.4.2...v0.4.3
106
- [v0.4.2]: https://github.com/peter-murach/tty-screen/compare/v0.4.1...v0.4.2
107
- [v0.4.1]: https://github.com/peter-murach/tty-screen/compare/v0.4.0...v0.4.1
108
- [v0.4.0]: https://github.com/peter-murach/tty-screen/compare/v0.3.0...v0.4.0
109
- [v0.3.0]: https://github.com/peter-murach/tty-screen/compare/v0.2.0...v0.3.0
110
- [v0.2.0]: https://github.com/peter-murach/tty-screen/compare/v0.1.0...v0.2.0
111
- [v0.1.0]: https://github.com/peter-murach/tty-screen/compare/v0.1.0
103
+ [v0.6.5]: https://github.com/piotrmurach/tty-screen/compare/v0.6.4...v0.6.5
104
+ [v0.6.4]: https://github.com/piotrmurach/tty-screen/compare/v0.6.3...v0.6.4
105
+ [v0.6.3]: https://github.com/piotrmurach/tty-screen/compare/v0.6.2...v0.6.3
106
+ [v0.6.2]: https://github.com/piotrmurach/tty-screen/compare/v0.6.1...v0.6.2
107
+ [v0.6.1]: https://github.com/piotrmurach/tty-screen/compare/v0.6.0...v0.6.1
108
+ [v0.6.0]: https://github.com/piotrmurach/tty-screen/compare/v0.5.1...v0.6.0
109
+ [v0.5.1]: https://github.com/piotrmurach/tty-screen/compare/v0.5.0...v0.5.1
110
+ [v0.5.0]: https://github.com/piotrmurach/tty-screen/compare/v0.4.3...v0.5.0
111
+ [v0.4.3]: https://github.com/piotrmurach/tty-screen/compare/v0.4.2...v0.4.3
112
+ [v0.4.2]: https://github.com/piotrmurach/tty-screen/compare/v0.4.1...v0.4.2
113
+ [v0.4.1]: https://github.com/piotrmurach/tty-screen/compare/v0.4.0...v1.4.1
114
+ [v0.4.0]: https://github.com/piotrmurach/tty-screen/compare/v0.3.0...v0.4.0
115
+ [v0.3.0]: https://github.com/piotrmurach/tty-screen/compare/v0.2.0...v0.3.0
116
+ [v0.2.0]: https://github.com/piotrmurach/tty-screen/compare/v0.1.0...v0.2.0
117
+ [v0.1.0]: https://github.com/piotrmurach/tty-screen/compare/v0.1.0
data/Gemfile CHANGED
@@ -2,11 +2,6 @@ source 'https://rubygems.org'
2
2
 
3
3
  gemspec
4
4
 
5
- group :development do
6
- gem 'rspec', '~> 3.7.0'
7
- gem 'yard', '~> 0.9.12'
8
- end
9
-
10
5
  group :metrics do
11
6
  gem 'coveralls', '~> 0.8.1'
12
7
  gem 'simplecov', '~> 0.10.0'
data/README.md CHANGED
@@ -71,4 +71,4 @@ This project is intended to be a safe, welcoming space for collaboration, and co
71
71
 
72
72
  ## Copyright
73
73
 
74
- Copyright (c) 2014-2017 Piotr Murach. See LICENSE for further details.
74
+ Copyright (c) 2014-2018 Piotr Murach. See LICENSE for further details.
@@ -19,3 +19,5 @@ environment:
19
19
  - ruby_version: "23-x64"
20
20
  - ruby_version: "24"
21
21
  - ruby_version: "24-x64"
22
+ - ruby_version: "25"
23
+ - ruby_version: "25-x64"
@@ -1,6 +1,6 @@
1
1
  # fronzen_string_literal: true
2
2
 
3
- require_relative 'version'
3
+ require_relative 'screen/version'
4
4
 
5
5
  module TTY
6
6
  # Used for detecting screen properties
@@ -0,0 +1,7 @@
1
+ # fronzen_string_literal: true
2
+
3
+ module TTY
4
+ module Screen
5
+ VERSION = '0.6.5'.freeze
6
+ end # Screen
7
+ end # TTY
@@ -1,7 +1,6 @@
1
- # coding: utf-8
2
1
  lib = File.expand_path('../lib', __FILE__)
3
2
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'tty/version'
3
+ require 'tty/screen/version'
5
4
 
6
5
  Gem::Specification.new do |spec|
7
6
  spec.name = 'tty-screen'
@@ -21,5 +20,6 @@ Gem::Specification.new do |spec|
21
20
  spec.required_ruby_version = '>= 2.0.0'
22
21
 
23
22
  spec.add_development_dependency 'bundler', '>= 1.5.0', '< 2.0'
24
- spec.add_development_dependency 'rake', '~> 10.0'
23
+ spec.add_development_dependency 'rspec', '~> 3.1'
24
+ spec.add_development_dependency 'rake', '~> 10.0'
25
25
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tty-screen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.4
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotr Murach
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-22 00:00:00.000000000 Z
11
+ date: 2018-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -30,6 +30,20 @@ dependencies:
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: '2.0'
33
+ - !ruby/object:Gem::Dependency
34
+ name: rspec
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '3.1'
40
+ type: :development
41
+ prerelease: false
42
+ version_requirements: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '3.1'
33
47
  - !ruby/object:Gem::Dependency
34
48
  name: rake
35
49
  requirement: !ruby/object:Gem::Requirement
@@ -64,7 +78,7 @@ files:
64
78
  - appveyor.yml
65
79
  - lib/tty-screen.rb
66
80
  - lib/tty/screen.rb
67
- - lib/tty/version.rb
81
+ - lib/tty/screen/version.rb
68
82
  - spec/spec_helper.rb
69
83
  - spec/unit/height_width_spec.rb
70
84
  - spec/unit/size_spec.rb
@@ -92,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
106
  version: '0'
93
107
  requirements: []
94
108
  rubyforge_project:
95
- rubygems_version: 2.5.1
109
+ rubygems_version: 2.7.3
96
110
  signing_key:
97
111
  specification_version: 4
98
112
  summary: Terminal screen size detection which works on Linux, OS X and Windows/Cygwin
@@ -1,5 +0,0 @@
1
- module TTY
2
- module Screen
3
- VERSION = '0.6.4'.freeze
4
- end # Screen
5
- end # TTY