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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 243e91841a9d52230116f89ef1e6a5f067ef22db
4
- data.tar.gz: 301c57bc40bd28a1ae64c5bf7a41abc06e44ab97
3
+ metadata.gz: 904d8dcca0aa42f2e4852516e852f3801553807a
4
+ data.tar.gz: e8ac5210f8418c2fb4c0f46e6dfccd9d89ff8676
5
5
  SHA512:
6
- metadata.gz: 7fc75755acb6c5d09b30e12142b9a6d78dea74abbd31617a2a026cb72a0b75c6c82ebdcef7165b1ad0498076217fc93d99c7ddc0d0a136d2c42e750e620b0d38
7
- data.tar.gz: c90edb8257bb5720ed112d3fc886d2c4b0c13c8ecba008eb35f9802c0b86e26e9ee2ddf3bbeec8a1748188f6c5ceff078e0878c28f95164438a6013c3613c463
6
+ metadata.gz: 67b2431f922b79c566df0feb822e92964b09cfa657169dce2dbaa422b1de862ae29cb29c8191f17100279e4846a3c4f6ef213ebe01511c3f48a1acfa3bcaa824
7
+ data.tar.gz: b610224684cb39190b86cf9184a1c791efef33b023fed47de3db04ab67454918463e8775a40646192f98b0d9cc71d5a7eceaa3ff8c7aeaac6c6168644ac9c1a6
data/lib/rbex/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rbex
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.2"
3
3
  end
data/lib/rbex_string.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Rbex
2
2
  class String
3
- def initailize(rbs)
3
+ def initialize(rbs)
4
4
  @rbs = rbs
5
5
  end
6
6
 
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 = ["LTheGreats"]
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.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
- - LTheGreats
7
+ - rbex-lang
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-11-05 00:00:00.000000000 Z
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.2.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: []