rbex 0.0.0 → 0.1.0

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: ce456c46aa73dad9634146ce673e3b7a7fb60bed
4
- data.tar.gz: bd247f2968d1ae7a5688b2cd9ff695bf46436cb3
3
+ metadata.gz: 243e91841a9d52230116f89ef1e6a5f067ef22db
4
+ data.tar.gz: 301c57bc40bd28a1ae64c5bf7a41abc06e44ab97
5
5
  SHA512:
6
- metadata.gz: 6258feb96efd4d47532385fa829a13484f25e2819c62f3b769440e9a67087b57a22fe18a117c0dd6b364ddc7b869832495d12cfc8fd31571c42d83c26145f293
7
- data.tar.gz: 6d576367c7e91b4ca9bd8562c5662d22f3d0f7a2c13264bd129217738af28a789fd0832879a72d9bf3d504854f8c5de1a707c8546cca68ff4424a674e96a5d4c
6
+ metadata.gz: 7fc75755acb6c5d09b30e12142b9a6d78dea74abbd31617a2a026cb72a0b75c6c82ebdcef7165b1ad0498076217fc93d99c7ddc0d0a136d2c42e750e620b0d38
7
+ data.tar.gz: c90edb8257bb5720ed112d3fc886d2c4b0c13c8ecba008eb35f9802c0b86e26e9ee2ddf3bbeec8a1748188f6c5ceff078e0878c28f95164438a6013c3613c463
@@ -1,3 +1,3 @@
1
1
  module Rbex
2
- VERSION = "0.0.0"
2
+ VERSION = "0.1.0"
3
3
  end
@@ -1,6 +1,6 @@
1
1
  module Rbex
2
2
  class String
3
- def initialize(rbs)
3
+ def initailize(rbs)
4
4
  @rbs = rbs
5
5
  end
6
6
 
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["lachlan@wilgerfamily.com"]
11
11
 
12
12
  spec.summary = "rbex is a version of ruby that is programed in ruby and is functional."
13
- spec.homepage = "https://rbex-lang.github.io"
13
+ spec.homepage = "https://rbex.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.0.0
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - LTheGreats
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-11-06 00:00:00.000000000 Z
11
+ date: 2016-11-05 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-lang.github.io
77
+ homepage: https://rbex.github.io
78
78
  licenses:
79
79
  - MIT
80
80
  metadata:
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  version: '0'
96
96
  requirements: []
97
97
  rubyforge_project:
98
- rubygems_version: 2.6.8
98
+ rubygems_version: 2.2.2
99
99
  signing_key:
100
100
  specification_version: 4
101
101
  summary: rbex is a version of ruby that is programed in ruby and is functional.