ffmpeg-screenrecorder 1.0.0.beta13 → 1.0.0

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
2
  SHA256:
3
- metadata.gz: 21a33622726e2df8253dc4dfb0dafb19271b26c8c31635a8be8fac2ec39ec2a5
4
- data.tar.gz: cab6ad25615f6bcd4de8685eb6891aa1f6a0aff585d955b9c63d7c8b5941f26f
3
+ metadata.gz: b1d29ac4244a6007f9a57a3d913375826f09d29d51a0ed75b4b97cfc3a8228d7
4
+ data.tar.gz: 490ecc1f7fdc3e46f72ac0982f21b233763b6e4377bfa054b95b01c7a8140336
5
5
  SHA512:
6
- metadata.gz: '038b63c192815505dcde195a800a57bf89b990657857a02bf1e8dc422415c1020a2983279ebb7d7203b6e44b07ae4ab845879615465dd331ed4c1e1a2c463a3b'
7
- data.tar.gz: 00303cad13805c58020f35dc30ebc126ec4ed83e91b2026d59fe924f02273622d88ffec51bdae8d1e4373a03bccbd078e7898d137db66703c4673a4f6bef70ac
6
+ metadata.gz: 805fa6b7edfc9e1ae1c38b653d3a6e7823fea2399db5b2cb112813839e76e2e53d22d83d06df9777baba3bc3c52451482acad7a0d0494c521ef37c341489f271
7
+ data.tar.gz: a31fa6905ac87b39c65b88de667732da3c4ac264b89c111f94546715d38f3d9575c8c70879adc5d10b16a528268f7638fbd86ee0da72c15d100098ccfa10cb44
data/.gitignore CHANGED
@@ -1,108 +1,108 @@
1
- Gemfile.lock # Part of best practice
2
-
3
- # Created by https://www.gitignore.io/api/rubymine+all
4
-
5
- ### RubyMine+all ###
6
- # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
7
- # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
8
-
9
- /.bundle/
10
- /.yardoc
11
- /_yardoc/
12
- /coverage/
13
- /doc/
14
- /pkg/
15
- /spec/reports/
16
- /tmp/
17
- /webdrivers_bin
18
- *.log
19
- *.mkv
20
- *.mp4
21
- *.avi
22
- *.gif
23
-
24
- Gemfile.lock
25
-
26
- # rspec failure tracking
27
- .rspec_status
28
-
29
- # User-specific stuff
30
- .idea/
31
- .idea/**/workspace.xml
32
- .idea/**/tasks.xml
33
- .idea/**/usage.statistics.xml
34
- .idea/**/dictionaries
35
- .idea/**/shelf
36
-
37
- # Generated files
38
- .idea/**/contentModel.xml
39
-
40
- # Sensitive or high-churn files
41
- .idea/**/dataSources/
42
- .idea/**/dataSources.ids
43
- .idea/**/dataSources.local.xml
44
- .idea/**/sqlDataSources.xml
45
- .idea/**/dynamic.xml
46
- .idea/**/uiDesigner.xml
47
- .idea/**/dbnavigator.xml
48
-
49
- # Gradle
50
- .idea/**/gradle.xml
51
- .idea/**/libraries
52
-
53
- # Gradle and Maven with auto-import
54
- # When using Gradle or Maven with auto-import, you should exclude module files,
55
- # since they will be recreated, and may cause churn. Uncomment if using
56
- # auto-import.
57
- # .idea/modules.xml
58
- # .idea/*.iml
59
- # .idea/modules
60
-
61
- # CMake
62
- cmake-build-*/
63
-
64
- # Mongo Explorer plugin
65
- .idea/**/mongoSettings.xml
66
-
67
- # File-based project format
68
- *.iws
69
-
70
- # IntelliJ
71
- out/
72
-
73
- # mpeltonen/sbt-idea plugin
74
- .idea_modules/
75
-
76
- # JIRA plugin
77
- atlassian-ide-plugin.xml
78
-
79
- # Cursive Clojure plugin
80
- .idea/replstate.xml
81
-
82
- # Crashlytics plugin (for Android Studio and IntelliJ)
83
- com_crashlytics_export_strings.xml
84
- crashlytics.properties
85
- crashlytics-build.properties
86
- fabric.properties
87
-
88
- # Editor-based Rest Client
89
- .idea/httpRequests
90
-
91
- # Android studio 3.1+ serialized cache file
92
- .idea/caches/build_file_checksums.ser
93
-
94
- ### RubyMine+all Patch ###
95
- # Ignores the whole .idea folder and all .iml files
96
- # See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360
97
-
98
- .idea/
99
-
100
- # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
101
-
102
- *.iml
103
- modules.xml
104
- .idea/misc.xml
105
- *.ipr
106
-
107
-
1
+ Gemfile.lock # Part of best practice
2
+
3
+ # Created by https://www.gitignore.io/api/rubymine+all
4
+
5
+ ### RubyMine+all ###
6
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
7
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
8
+
9
+ /.bundle/
10
+ /.yardoc
11
+ /_yardoc/
12
+ /coverage/
13
+ /doc/
14
+ /pkg/
15
+ /spec/reports/
16
+ /tmp/
17
+ /webdrivers_bin
18
+ *.log
19
+ *.mkv
20
+ *.mp4
21
+ *.avi
22
+ *.gif
23
+
24
+ Gemfile.lock
25
+
26
+ # rspec failure tracking
27
+ .rspec_status
28
+
29
+ # User-specific stuff
30
+ .idea/
31
+ .idea/**/workspace.xml
32
+ .idea/**/tasks.xml
33
+ .idea/**/usage.statistics.xml
34
+ .idea/**/dictionaries
35
+ .idea/**/shelf
36
+
37
+ # Generated files
38
+ .idea/**/contentModel.xml
39
+
40
+ # Sensitive or high-churn files
41
+ .idea/**/dataSources/
42
+ .idea/**/dataSources.ids
43
+ .idea/**/dataSources.local.xml
44
+ .idea/**/sqlDataSources.xml
45
+ .idea/**/dynamic.xml
46
+ .idea/**/uiDesigner.xml
47
+ .idea/**/dbnavigator.xml
48
+
49
+ # Gradle
50
+ .idea/**/gradle.xml
51
+ .idea/**/libraries
52
+
53
+ # Gradle and Maven with auto-import
54
+ # When using Gradle or Maven with auto-import, you should exclude module files,
55
+ # since they will be recreated, and may cause churn. Uncomment if using
56
+ # auto-import.
57
+ # .idea/modules.xml
58
+ # .idea/*.iml
59
+ # .idea/modules
60
+
61
+ # CMake
62
+ cmake-build-*/
63
+
64
+ # Mongo Explorer plugin
65
+ .idea/**/mongoSettings.xml
66
+
67
+ # File-based project format
68
+ *.iws
69
+
70
+ # IntelliJ
71
+ out/
72
+
73
+ # mpeltonen/sbt-idea plugin
74
+ .idea_modules/
75
+
76
+ # JIRA plugin
77
+ atlassian-ide-plugin.xml
78
+
79
+ # Cursive Clojure plugin
80
+ .idea/replstate.xml
81
+
82
+ # Crashlytics plugin (for Android Studio and IntelliJ)
83
+ com_crashlytics_export_strings.xml
84
+ crashlytics.properties
85
+ crashlytics-build.properties
86
+ fabric.properties
87
+
88
+ # Editor-based Rest Client
89
+ .idea/httpRequests
90
+
91
+ # Android studio 3.1+ serialized cache file
92
+ .idea/caches/build_file_checksums.ser
93
+
94
+ ### RubyMine+all Patch ###
95
+ # Ignores the whole .idea folder and all .iml files
96
+ # See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360
97
+
98
+ .idea/
99
+
100
+ # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
101
+
102
+ *.iml
103
+ modules.xml
104
+ .idea/misc.xml
105
+ *.ipr
106
+
107
+
108
108
  # End of https://www.gitignore.io/api/rubymine+all
data/.rspec CHANGED
@@ -1,3 +1,3 @@
1
- --format documentation
2
- --color
3
- --require spec_helper
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2019 Lakshya Kapoor
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,21 +1,21 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2018 Lakshya Kapoor
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2018 Lakshya Kapoor
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md CHANGED
@@ -1,10 +1,12 @@
1
1
  # FFMPEG::ScreenRecorder
2
2
 
3
+ ### :warning: This gem is no longer maintained. Please use [screen-recorder](https://github.com/kapoorlakshya/screen-recorder) gem. :warning:
4
+ <br />
5
+ <br />
6
+
3
7
  [![Gem Version](https://badge.fury.io/rb/ffmpeg-screenrecorder.svg)](https://badge.fury.io/rb/ffmpeg-screenrecorder)
4
8
  ![https://rubygems.org/gems/ffmpeg-screenrecorder](https://ruby-gem-downloads-badge.herokuapp.com/ffmpeg-screenrecorder?type=total)
5
9
  [![Yard Docs](http://img.shields.io/badge/yard-docs-blue.svg)](https://www.rubydoc.info/github/kapoorlakshya/ffmpeg-screenrecorder/master)
6
- [![Build Status](https://travis-ci.org/kapoorlakshya/ffmpeg-screenrecorder.svg?branch=master)](https://travis-ci.org/kapoorlakshya/ffmpeg-screenrecorder)
7
- [![Maintainability](https://api.codeclimate.com/v1/badges/a176dc755e06a23e5db8/maintainability)](https://codeclimate.com/github/kapoorlakshya/ffmpeg-screenrecorder/maintainability)
8
10
 
9
11
  Ruby gem to record your computer screen - desktop or specific
10
12
  application/window - using [FFmpeg](https://www.ffmpeg.org/). Primarily
data/bin/setup CHANGED
@@ -1,8 +1,8 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ['kapoorlakshya@gmail.com']
10
10
  spec.homepage = 'http://github.com/kapoorlakshya/ffmpeg-screenrecorder'
11
11
  spec.summary = 'Record your computer screen using ffmpeg via Ruby.'
12
- spec.description = 'Record your computer screen - desktop or specific application/window - using FFmpeg (https://www.ffmpeg.org).'
12
+ spec.description = 'Record your computer screen - desktop or specific application/window - using FFmpeg. NOTE: This gem is no longer maintained. Please use screen-recorder gem.'
13
13
  spec.license = 'MIT'
14
14
 
15
15
  spec.files = Dir.chdir(File.expand_path(__dir__)) do
@@ -28,7 +28,6 @@ Gem::Specification.new do |spec|
28
28
  spec.add_runtime_dependency 'os', '~> 0.9.0'
29
29
  spec.add_runtime_dependency 'streamio-ffmpeg', '~> 1.0'
30
30
 
31
- spec.post_install_message = 'PLEASE NOTE: ffmpeg-screenrecorder will soon be renamed to screen-recorder.\n' \
32
- 'Please refer to Issue #45 on GitHub for more information ' \
33
- '(https://github.com/kapoorlakshya/ffmpeg-screenrecorder/issues/45). Thank you!'
31
+ spec.post_install_message = 'PLEASE NOTE: ffmpeg-screenrecorder gem has been re-released as screen-recorder gem. ' \
32
+ 'This gem will no longer be maintained. Thank you!'
34
33
  end
@@ -1,5 +1,5 @@
1
1
  module FFMPEG
2
2
  class ScreenRecorder
3
- VERSION = '1.0.0.beta13'.freeze
3
+ VERSION = '1.0.0'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffmpeg-screenrecorder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta13
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lakshya Kapoor
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-15 00:00:00.000000000 Z
11
+ date: 2019-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry-byebug
@@ -122,8 +122,9 @@ dependencies:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
124
  version: '1.0'
125
- description: Record your computer screen - desktop or specific application/window
126
- - using FFmpeg (https://www.ffmpeg.org).
125
+ description: 'Record your computer screen - desktop or specific application/window
126
+ - using FFmpeg. NOTE: This gem is no longer maintained. Please use screen-recorder
127
+ gem.'
127
128
  email:
128
129
  - kapoorlakshya@gmail.com
129
130
  executables: []
@@ -137,6 +138,7 @@ files:
137
138
  - ".travis.yml"
138
139
  - CHANGES.md
139
140
  - Gemfile
141
+ - LICENSE
140
142
  - LICENSE.txt
141
143
  - README.md
142
144
  - Rakefile
@@ -154,9 +156,8 @@ homepage: http://github.com/kapoorlakshya/ffmpeg-screenrecorder
154
156
  licenses:
155
157
  - MIT
156
158
  metadata: {}
157
- post_install_message: 'PLEASE NOTE: ffmpeg-screenrecorder will soon be renamed to
158
- screen-recorder.\nPlease refer to Issue #45 on GitHub for more information (https://github.com/kapoorlakshya/ffmpeg-screenrecorder/issues/45).
159
- Thank you!'
159
+ post_install_message: 'PLEASE NOTE: ffmpeg-screenrecorder gem has been re-released
160
+ as screen-recorder gem. This gem will no longer be maintained. Thank you!'
160
161
  rdoc_options: []
161
162
  require_paths:
162
163
  - lib
@@ -167,9 +168,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
167
168
  version: '0'
168
169
  required_rubygems_version: !ruby/object:Gem::Requirement
169
170
  requirements:
170
- - - ">"
171
+ - - ">="
171
172
  - !ruby/object:Gem::Version
172
- version: 1.3.1
173
+ version: '0'
173
174
  requirements: []
174
175
  rubygems_version: 3.0.2
175
176
  signing_key: