rbex 0.1.0 → 0.1.2
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 +4 -4
- data/lib/rbex/version.rb +1 -1
- data/lib/rbex_string.rb +1 -1
- data/rbex.gemspec +3 -3
- metadata +9 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 904d8dcca0aa42f2e4852516e852f3801553807a
|
|
4
|
+
data.tar.gz: e8ac5210f8418c2fb4c0f46e6dfccd9d89ff8676
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67b2431f922b79c566df0feb822e92964b09cfa657169dce2dbaa422b1de862ae29cb29c8191f17100279e4846a3c4f6ef213ebe01511c3f48a1acfa3bcaa824
|
|
7
|
+
data.tar.gz: b610224684cb39190b86cf9184a1c791efef33b023fed47de3db04ab67454918463e8775a40646192f98b0d9cc71d5a7eceaa3ff8c7aeaac6c6168644ac9c1a6
|
data/lib/rbex/version.rb
CHANGED
data/lib/rbex_string.rb
CHANGED
data/rbex.gemspec
CHANGED
|
@@ -6,11 +6,11 @@ require 'rbex/version'
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "rbex"
|
|
8
8
|
spec.version = Rbex::VERSION
|
|
9
|
-
spec.authors = ["
|
|
9
|
+
spec.authors = ["rbex-lang"]
|
|
10
10
|
spec.email = ["lachlan@wilgerfamily.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = "rbex is a version of ruby that is programed in ruby and is functional."
|
|
13
|
-
spec.homepage = "https://rbex.github.io"
|
|
12
|
+
spec.summary = "rbex is a version of ruby that is programed in ruby and is functional.\nWarning this language isn't usable right now because it is under heavy development. thanks for looking at this gem page and please look at our homepage for details if you want to learn more about rbex."
|
|
13
|
+
spec.homepage = "https://rbex-lang.github.io"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rbex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- rbex-lang
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-11-
|
|
11
|
+
date: 2016-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -74,7 +74,7 @@ files:
|
|
|
74
74
|
- lib/rbex/version.rb
|
|
75
75
|
- lib/rbex_string.rb
|
|
76
76
|
- rbex.gemspec
|
|
77
|
-
homepage: https://rbex.github.io
|
|
77
|
+
homepage: https://rbex-lang.github.io
|
|
78
78
|
licenses:
|
|
79
79
|
- MIT
|
|
80
80
|
metadata:
|
|
@@ -95,8 +95,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
95
95
|
version: '0'
|
|
96
96
|
requirements: []
|
|
97
97
|
rubyforge_project:
|
|
98
|
-
rubygems_version: 2.
|
|
98
|
+
rubygems_version: 2.6.8
|
|
99
99
|
signing_key:
|
|
100
100
|
specification_version: 4
|
|
101
|
-
summary: rbex is a version of ruby that is programed in ruby and is functional.
|
|
101
|
+
summary: rbex is a version of ruby that is programed in ruby and is functional. Warning
|
|
102
|
+
this language isn't usable right now because it is under heavy development. thanks
|
|
103
|
+
for looking at this gem page and please look at our homepage for details if you
|
|
104
|
+
want to learn more about rbex.
|
|
102
105
|
test_files: []
|