fOOrth 0.6.2 → 0.6.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2a310602eff6fd2746b07abee8e0ea1618aca564
4
- data.tar.gz: 455f496faf46e85cd2b7ce47baa87b5318f58aa5
3
+ metadata.gz: bc8d03277abd6024718037df06ade52cfcce35bd
4
+ data.tar.gz: d0c444270cd30f0935df44d5e019bc8e227a90b3
5
5
  SHA512:
6
- metadata.gz: 208dd59bb806359e23b7178a493caf42819c5b55d17674a06f2b11a709fb7de16ccf1ebfb5b6df33515148fa27fa748c849fea63253ab246da48e5f47de6f721
7
- data.tar.gz: 7755e262d1563086fa7c7769aa50b452e1331a0ddbf1358b76ccfc2d2fd14c56467f12c2e4c5c82a461b2cb8d4e2be526c331f4e9dafaa36a2617aa1079c3d83
6
+ metadata.gz: 01de4937a043a3b7c6f1baace960a67e0f3034644b789af6226f44000ea679af4420f38a47d76ee992282a525279baac76be88b1b1f6ca24781823e23ba4593a
7
+ data.tar.gz: f407b7398c820ee7126d2a58051f35b1a42839267df76ac12a23c12341b3a0e5d3485c09b21a00e8d99420b45da5da7b1e04515ff2db3631b4e798750a73716c
@@ -14,7 +14,8 @@ Gem::Specification.new do |spec|
14
14
  spec.license = 'MIT'
15
15
 
16
16
  raw_list = `git ls-files`.split($/)
17
- raw_list = raw_list.keep_if {|entry| !entry.start_with?("docs") }
17
+ raw_list = raw_list.reject {|entry| entry.start_with?("docs") ||
18
+ entry.start_with?("images") }
18
19
 
19
20
  spec.files = raw_list
20
21
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
@@ -3,5 +3,5 @@
3
3
  #* version.rb - The version string for fOOrth.
4
4
  module XfOOrth
5
5
  #The version string for fOOrth.
6
- VERSION = "0.6.2"
6
+ VERSION = "0.6.3"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fOOrth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Camilleri
@@ -193,11 +193,6 @@ files:
193
193
  - demo.rb
194
194
  - fOOrth.gemspec
195
195
  - fOOrth.reek
196
- - images/banner_1.png
197
- - images/banner_1.xcf
198
- - images/cute-brown-owl-288.png
199
- - images/cute-brown-owl.png
200
- - images/fOOrth_logo.png
201
196
  - integration/README.md
202
197
  - integration/_FILE_test.foorth
203
198
  - integration/array_lib_tests.rb
Binary file
Binary file
Binary file
Binary file