rbrainfuck 0.0.1.pre.alpha.pre.13 → 0.0.1

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.
Files changed (3) hide show
  1. checksums.yaml +5 -13
  2. data/README.md +0 -3
  3. metadata +11 -10
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- YjhmMGJiMDMzZjZlODhmMDg2MTcwZDFlNzMxMTc4MTMyMGZlMmVlYQ==
5
- data.tar.gz: !binary |-
6
- NmYwYzFhNGUyNDA3MjYzNGE0YWI4NmMxYWUyNTVhMWFjZGI0NmQyZA==
2
+ SHA1:
3
+ metadata.gz: 327dd8f416d60b6ec0e83cc04eb714c5c40ee7fc
4
+ data.tar.gz: 1a31cf2de60a98167db18cb41fdf263c5c7cfc7c
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- YTc1OWRkNmViYmYxZDBiODhjMWRmOWIwNDlmY2RjODQxY2ViYzNiZmEyMGVk
10
- ZDIzMzkxYWE1YTcyMGY2OTYzNzliZTY1NGViZmVlYzNjMDkzNjY4N2VlMDQy
11
- YmUzMmQ5M2M0Y2FjMzJhMmI0MDc2MjEwZThhYjM4ZWFkODI0MWI=
12
- data.tar.gz: !binary |-
13
- NjgxNTZhZjE2ODEyNzBiMmY2Zjg3ZGQzMzM0YjZiM2IxMjgwZThiYzcyZjQ2
14
- Zjg0MGQ3MWUwMmQxODg5ZjdmNDE3MGVhOGEzODAxN2Y4MzQyM2EyZjQ0MzFh
15
- NDZhMDZlZWRlODBlYTA3NGNlOTY3NTUyNGVlMDVjNDZmYmIwYzU=
6
+ metadata.gz: 9f802c0707e24c771265400444729cf7c0dd8afb1e903c1e7dec40d20f087da73461f604263c38b23181458dc27dde3b1a933cd6e0c15cc30c078e296c786551
7
+ data.tar.gz: 2cff9d3177843fb88b8d000ce747612bf975212713335f7041f74faf2128fe4341f4fd9fafc344637e60bed5b6fa74001f5bcc94c4c823d045a05b83351aa17c
data/README.md CHANGED
@@ -1,12 +1,9 @@
1
1
  # Rbrainfuck
2
2
  [![Build Status](https://travis-ci.org/maxmouchet/rbrainfuck.png?branch=master)](https://travis-ci.org/maxmouchet/rbrainfuck)
3
3
  [![Code Climate](https://codeclimate.com/github/maxmouchet/rbrainfuck.png)](https://codeclimate.com/github/maxmouchet/rbrainfuck)
4
- [![Gem Version](https://badge.fury.io/rb/rbrainfuck.png)](http://badge.fury.io/rb/rbrainfuck)
5
4
 
6
5
  A Brainfuck interpreter. Use it as a command-line app, or embed it in you Ruby program.
7
6
 
8
- **Project Status :** Done. I don't plan to work on this anymore.
9
-
10
7
  ## Installation
11
8
 
12
9
  Add this line to your application's Gemfile:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbrainfuck
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.pre.alpha.pre.13
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maxime Mouchet
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-09 00:00:00.000000000 Z
11
+ date: 2013-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -28,28 +28,28 @@ dependencies:
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ! '>='
31
+ - - '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ! '>='
38
+ - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ! '>='
45
+ - - '>='
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ! '>='
52
+ - - '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  description: A Brainfuck interpreter.
@@ -85,20 +85,21 @@ require_paths:
85
85
  - lib
86
86
  required_ruby_version: !ruby/object:Gem::Requirement
87
87
  requirements:
88
- - - ! '>='
88
+ - - '>='
89
89
  - !ruby/object:Gem::Version
90
90
  version: '0'
91
91
  required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  requirements:
93
- - - ! '>'
93
+ - - '>='
94
94
  - !ruby/object:Gem::Version
95
- version: 1.3.1
95
+ version: '0'
96
96
  requirements: []
97
97
  rubyforge_project:
98
- rubygems_version: 2.4.5
98
+ rubygems_version: 2.0.3
99
99
  signing_key:
100
100
  specification_version: 4
101
101
  summary: A Brainfuck interpreter.
102
102
  test_files:
103
103
  - spec/rbrainfuck/interpreter_spec.rb
104
104
  - spec/spec_helper.rb
105
+ has_rdoc: