blackstack-core 1.2.13 → 1.2.15

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: a8a2478d42f0dcfea4ea4c3353c538de429e2178c9e50bc6761a6cbfaba16668
4
- data.tar.gz: 9262beaa125653a971e5114bf0d41c185d98c162426f7cb52f2b53a93834ffe1
3
+ metadata.gz: b7ad16f1534d386b0e4e441f136672f53b225bf32ae2a65e628d115c563a6997
4
+ data.tar.gz: e5787c25c7d410e2112acef2478aac40cc36c4ba1c65513d751f6b2935ac7c7e
5
5
  SHA512:
6
- metadata.gz: 62351ddef582b21e134536b1991f33b26a835654c30b5fac44f549cd6be400395c8b41e68beb70a1ca0773dd1f50bb3c1549996d2d6cbcd1ae093d0f505e427e
7
- data.tar.gz: e7c9eaa31670e6e25fae2a92b5e899378a66062322cd0182ab63e445f3629e62fa115f526f76b62e95dac987571313c27406fa7d3409c95e8aad5b13e1c229a6
6
+ metadata.gz: d5b003446c612b655777d61fbd7ffbc3e03a08f782455690890c6abaef10d00fe550c967ddfb150b661c30eaab7e92ab0016123c08a7fe1c531c3349d3a19706
7
+ data.tar.gz: 00df2249b2c3081c796ddac04738abdfa22d5d7c52b7a9cfdd21b071ec856ce46fa4d494bebd4b23c8e1ae268384c5529dc74d778d6d8048bc36bb6561db2429
@@ -1,3 +1,4 @@
1
+ require 'sequel'
1
2
  require 'pry'
2
3
  require 'content_spinning'
3
4
  require 'uri'
data/lib/functions.rb CHANGED
@@ -1,9 +1,9 @@
1
1
 
2
2
  module BlackStack
3
3
 
4
- # Return true if there is a .sandbox file in the $RUBYLIB folder.
4
+ # Return true if there is a `.sandbox` file in the current folder `./`.
5
5
  def self.sandbox?
6
- File.exists?('/$RUBYLIB/.sandbox')
6
+ File.exists?('./.sandbox')
7
7
  end
8
8
 
9
9
  module API
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blackstack-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.13
4
+ version: 1.2.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leandro Daniel Sardi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-17 00:00:00.000000000 Z
11
+ date: 2023-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: content_spinning
@@ -90,7 +90,7 @@ dependencies:
90
90
  - - ">="
91
91
  - !ruby/object:Gem::Version
92
92
  version: 2.3.0
93
- description: 'THIS GEM IS STILL IN DEVELOPMENT STAGE. Find documentation here: https://github.com/leandrosardi/blackstack-core.'
93
+ description: 'Find documentation here: https://github.com/leandrosardi/blackstack-core.'
94
94
  email: leandro.sardi@expandedventure.com
95
95
  executables: []
96
96
  extensions: []
@@ -128,6 +128,5 @@ requirements: []
128
128
  rubygems_version: 3.3.7
129
129
  signing_key:
130
130
  specification_version: 4
131
- summary: THIS GEM IS STILL IN DEVELOPMENT STAGE. Core classes, functions and constants
132
- for the BlackStack framework.
131
+ summary: Core modules, functions and constants for the BlackStack framework.
133
132
  test_files: []