oxide 0.1.5 → 0.1.6
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/CODE_OF_CONDUCT.md +11 -10
- data/Gemfile.lock +6 -6
- data/README.md +16 -12
- data/exe/oxide +2 -1
- data/lib/oxide/version.rb +1 -1
- data/oxide.gemspec +3 -3
- metadata +14 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 555399ffcff806f3ddaf8ecfaf3f9f2d86a8412e1bbd0bba64d9504f580a9f7e
|
|
4
|
+
data.tar.gz: 2b3c652b6a80a6ef81ccf4a763e565ab43a47e86d5228f3ce0e2161cec8da6f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3f96ab1db45aa9ef05c40edd7e41d4f5d0e480d429842bf5e316ad8a5ddd5ce0667d9b2ff2f86431459675f66d990a30d17deb2ff754620539405b6b81e7d835
|
|
7
|
+
data.tar.gz: 11c2a0bdc60f990338aa91ebb15062d7e88ebb37786fc694d9a62598018211255bb65266acd553eb90966d52dd01d43edc6d8fafd4f4a1748f990152f14413aa
|
data/CODE_OF_CONDUCT.md
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
In the interest of fostering an open and welcoming environment, we as
|
|
6
6
|
contributors and maintainers pledge to making participation in our project and
|
|
7
7
|
our community a harassment-free experience for everyone, regardless of age, body
|
|
8
|
-
size, disability, ethnicity, gender identity and expression, level of
|
|
9
|
-
nationality, personal appearance, race, religion, or sexual identity
|
|
10
|
-
orientation.
|
|
8
|
+
size, disability, ethnicity, gender identity and expression, level of
|
|
9
|
+
experience, nationality, personal appearance, race, religion, or sexual identity
|
|
10
|
+
and orientation.
|
|
11
11
|
|
|
12
12
|
## Our Standards
|
|
13
13
|
|
|
@@ -37,11 +37,11 @@ Project maintainers are responsible for clarifying the standards of acceptable
|
|
|
37
37
|
behavior and are expected to take appropriate and fair corrective action in
|
|
38
38
|
response to any instances of unacceptable behavior.
|
|
39
39
|
|
|
40
|
-
Project maintainers have the right and responsibility to remove, edit, or
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
40
|
+
Project maintainers have the right and responsibility to remove, edit, or reject
|
|
41
|
+
comments, commits, code, wiki edits, issues, and other contributions that are
|
|
42
|
+
not aligned to this Code of Conduct, or to ban temporarily or permanently any
|
|
43
|
+
contributor for other behaviors that they deem inappropriate, threatening,
|
|
44
|
+
offensive, or harmful.
|
|
45
45
|
|
|
46
46
|
## Scope
|
|
47
47
|
|
|
@@ -58,8 +58,9 @@ Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
|
|
58
58
|
reported by contacting the project team at <richard.elias.dodson@gmail.com>. All
|
|
59
59
|
complaints will be reviewed and investigated and will result in a response that
|
|
60
60
|
is deemed necessary and appropriate to the circumstances. The project team is
|
|
61
|
-
obligated to maintain confidentiality with regard to the reporter of an
|
|
62
|
-
Further details of specific enforcement policies may be posted
|
|
61
|
+
obligated to maintain confidentiality with regard to the reporter of an
|
|
62
|
+
incident. Further details of specific enforcement policies may be posted
|
|
63
|
+
separately.
|
|
63
64
|
|
|
64
65
|
Project maintainers who do not follow or enforce the Code of Conduct in good
|
|
65
66
|
faith may face temporary or permanent repercussions as determined by other
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
oxide (0.1.
|
|
4
|
+
oxide (0.1.6)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
@@ -25,7 +25,7 @@ GEM
|
|
|
25
25
|
byebug (~> 10.0)
|
|
26
26
|
pry (~> 0.10)
|
|
27
27
|
rainbow (3.0.0)
|
|
28
|
-
rake (
|
|
28
|
+
rake (12.3.2)
|
|
29
29
|
rspec (3.8.0)
|
|
30
30
|
rspec-core (~> 3.8.0)
|
|
31
31
|
rspec-expectations (~> 3.8.0)
|
|
@@ -47,7 +47,7 @@ GEM
|
|
|
47
47
|
rainbow (>= 2.2.2, < 4.0)
|
|
48
48
|
ruby-progressbar (~> 1.7)
|
|
49
49
|
unicode-display_width (~> 1.4.0)
|
|
50
|
-
rubocop-rspec (1.
|
|
50
|
+
rubocop-rspec (1.31.0)
|
|
51
51
|
rubocop (>= 0.60.0)
|
|
52
52
|
ruby-progressbar (1.10.0)
|
|
53
53
|
simplecov (0.16.1)
|
|
@@ -61,12 +61,12 @@ PLATFORMS
|
|
|
61
61
|
ruby
|
|
62
62
|
|
|
63
63
|
DEPENDENCIES
|
|
64
|
-
bundler
|
|
64
|
+
bundler
|
|
65
65
|
oxide!
|
|
66
66
|
pry
|
|
67
67
|
pry-byebug
|
|
68
|
-
rake
|
|
69
|
-
rspec
|
|
68
|
+
rake
|
|
69
|
+
rspec
|
|
70
70
|
rubocop
|
|
71
71
|
rubocop-rspec
|
|
72
72
|
simplecov
|
data/README.md
CHANGED
|
@@ -5,8 +5,9 @@
|
|
|
5
5
|
[](https://codeclimate.com/github/rdodson41/ruby-oxide/maintainability)
|
|
6
6
|
[](https://codeclimate.com/github/rdodson41/ruby-oxide/test_coverage)
|
|
7
7
|
|
|
8
|
-
The `oxide` gem is an implementation of the
|
|
9
|
-
|
|
8
|
+
The `oxide` gem is an implementation of the
|
|
9
|
+
[Oxide Programming Language](https://github.com/rdodson41/ruby-oxide) which is
|
|
10
|
+
written in Ruby.
|
|
10
11
|
|
|
11
12
|
## Installation
|
|
12
13
|
|
|
@@ -18,7 +19,7 @@ gem 'oxide'
|
|
|
18
19
|
|
|
19
20
|
And then execute:
|
|
20
21
|
|
|
21
|
-
bundle
|
|
22
|
+
bundle install
|
|
22
23
|
|
|
23
24
|
Or install it yourself as:
|
|
24
25
|
|
|
@@ -32,21 +33,24 @@ interactive prompt that will allow you to experiment.
|
|
|
32
33
|
|
|
33
34
|
To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
34
35
|
release a new version, update the version number in `lib/oxide/version.rb`, and
|
|
35
|
-
then run `bundle exec rake release`, which will create a git tag for the
|
|
36
|
-
push git commits and tags, and push the `.gem` file to
|
|
36
|
+
then run `bundle exec rake release`, which will create a git tag for the
|
|
37
|
+
version, push git commits and tags, and push the `.gem` file to
|
|
38
|
+
[rubygems.org](https://rubygems.org).
|
|
37
39
|
|
|
38
40
|
## Contributing
|
|
39
41
|
|
|
40
|
-
Bug reports and pull requests are welcome on GitHub at
|
|
41
|
-
This project is intended to be a
|
|
42
|
-
contributors are expected to adhere
|
|
43
|
-
code of conduct.
|
|
42
|
+
Bug reports and pull requests are welcome on GitHub at
|
|
43
|
+
<https://github.com/rdodson41/ruby-oxide>. This project is intended to be a
|
|
44
|
+
safe, welcoming space for collaboration, and contributors are expected to adhere
|
|
45
|
+
to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
|
44
46
|
|
|
45
47
|
## License
|
|
46
48
|
|
|
47
|
-
The gem is available as open source under the terms of the
|
|
49
|
+
The gem is available as open source under the terms of the
|
|
50
|
+
[MIT License](https://opensource.org/licenses/MIT).
|
|
48
51
|
|
|
49
52
|
## Code of Conduct
|
|
50
53
|
|
|
51
|
-
Everyone interacting in the Oxide project’s codebases, issue trackers, chat
|
|
52
|
-
and mailing lists is expected to follow the
|
|
54
|
+
Everyone interacting in the Oxide project’s codebases, issue trackers, chat
|
|
55
|
+
rooms and mailing lists is expected to follow the
|
|
56
|
+
[code of conduct](https://github.com/rdodson41/ruby-oxide/blob/master/CODE_OF_CONDUCT.md).
|
data/exe/oxide
CHANGED
data/lib/oxide/version.rb
CHANGED
data/oxide.gemspec
CHANGED
|
@@ -26,11 +26,11 @@ Gem::Specification.new do |spec|
|
|
|
26
26
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
27
27
|
spec.require_paths = ['lib']
|
|
28
28
|
|
|
29
|
-
spec.add_development_dependency('bundler'
|
|
29
|
+
spec.add_development_dependency('bundler')
|
|
30
30
|
spec.add_development_dependency('pry')
|
|
31
31
|
spec.add_development_dependency('pry-byebug')
|
|
32
|
-
spec.add_development_dependency('rake'
|
|
33
|
-
spec.add_development_dependency('rspec'
|
|
32
|
+
spec.add_development_dependency('rake')
|
|
33
|
+
spec.add_development_dependency('rspec')
|
|
34
34
|
spec.add_development_dependency('rubocop')
|
|
35
35
|
spec.add_development_dependency('rubocop-rspec')
|
|
36
36
|
spec.add_development_dependency('simplecov')
|
metadata
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: oxide
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Richard E. Dodson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-01-
|
|
11
|
+
date: 2019-01-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '0'
|
|
20
20
|
type: :development
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
26
|
+
version: '0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: pry
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -56,30 +56,30 @@ dependencies:
|
|
|
56
56
|
name: rake
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
|
-
- - "
|
|
59
|
+
- - ">="
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: '
|
|
61
|
+
version: '0'
|
|
62
62
|
type: :development
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
|
-
- - "
|
|
66
|
+
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: '
|
|
68
|
+
version: '0'
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: rspec
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
|
-
- - "
|
|
73
|
+
- - ">="
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: '
|
|
75
|
+
version: '0'
|
|
76
76
|
type: :development
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
|
-
- - "
|
|
80
|
+
- - ">="
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: '
|
|
82
|
+
version: '0'
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: rubocop
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|