pngcheck 0.3.0-x64-mingw32 → 0.3.1-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/pngcheck/pngcheck.dll +0 -0
- data/lib/pngcheck/version.rb +1 -1
- metadata +3 -9
- data/bin/console +0 -15
- data/bin/rspec +0 -29
- data/bin/setup +0 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 391dadacc5f5fd6d384760d081a7f7c14c99d944e5c616b253a36e6f0fc3cd02
|
4
|
+
data.tar.gz: 6ee34982b157e12f70c01140325eef5931fecbfa28156b1ecb440a02fa119dd7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b5c72072e15954c5aa234802ab19e867276a958652a056ec07a746ec4a533927b8647979f6cd6adca77ba382c5e47d1730f4b82982af07004b1088cda203f85
|
7
|
+
data.tar.gz: aea2ab0d45be434cca65547197ba90d05f5210c43a3b4a506ed233dfd1b63075cf65fb54cfde63838d774e2201f643bd70e67ed4a48db1bfa6d5ebe9ec544e1c
|
data/lib/pngcheck/pngcheck.dll
CHANGED
Binary file
|
data/lib/pngcheck/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pngcheck
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: x64-mingw32
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-10-
|
11
|
+
date: 2022-10-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -103,10 +103,7 @@ dependencies:
|
|
103
103
|
description:
|
104
104
|
email:
|
105
105
|
- open.source@ribose.com
|
106
|
-
executables:
|
107
|
-
- console
|
108
|
-
- rspec
|
109
|
-
- setup
|
106
|
+
executables: []
|
110
107
|
extensions: []
|
111
108
|
extra_rdoc_files: []
|
112
109
|
files:
|
@@ -118,9 +115,6 @@ files:
|
|
118
115
|
- LICENSE.txt
|
119
116
|
- README.adoc
|
120
117
|
- Rakefile
|
121
|
-
- bin/console
|
122
|
-
- bin/rspec
|
123
|
-
- bin/setup
|
124
118
|
- ext/Makefile
|
125
119
|
- ext/extconf.rb
|
126
120
|
- ext/layout.rb
|
data/bin/console
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
require "bundler/setup"
|
5
|
-
require "pngcheck"
|
6
|
-
|
7
|
-
# You can add fixtures and/or initialization code here to make experimenting
|
8
|
-
# with your gem easier. You can also use a different console, if you like.
|
9
|
-
|
10
|
-
# (If you use this, don't forget to add pry to your Gemfile!)
|
11
|
-
# require "pry"
|
12
|
-
# Pry.start
|
13
|
-
|
14
|
-
require "irb"
|
15
|
-
IRB.start(__FILE__)
|
data/bin/rspec
DELETED
@@ -1,29 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
#
|
5
|
-
# This file was generated by Bundler.
|
6
|
-
#
|
7
|
-
# The application 'rspec' is installed as part of a gem, and
|
8
|
-
# this file is here to facilitate running it.
|
9
|
-
#
|
10
|
-
|
11
|
-
require "pathname"
|
12
|
-
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
13
|
-
Pathname.new(__FILE__).realpath)
|
14
|
-
|
15
|
-
bundle_binstub = File.expand_path("bundle", __dir__)
|
16
|
-
|
17
|
-
if File.file?(bundle_binstub)
|
18
|
-
if /This file was generated by Bundler/.match?(File.read(bundle_binstub, 300))
|
19
|
-
load(bundle_binstub)
|
20
|
-
else
|
21
|
-
abort("Your `bin/bundle` was not generated by Bundler.
|
22
|
-
Replace `bin/bundle` by running `bundle binstubs bundler --force`.")
|
23
|
-
end
|
24
|
-
end
|
25
|
-
|
26
|
-
require "rubygems"
|
27
|
-
require "bundler/setup"
|
28
|
-
|
29
|
-
load Gem.bin_path("rspec-core", "rspec")
|