rpxem 0.0.3 → 0.0.4

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 (4) hide show
  1. data/README.md +1 -1
  2. data/lib/rpxem/version.rb +1 -1
  3. data/rpxem.gemspec +1 -1
  4. metadata +3 -3
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Build Status](https://travis-ci.org/wktk/rpxem.png)](https://travis-ci.org/wktk/rpxem)
4
4
 
5
- RPxem is a Ruby implementation of [Pxem], a esoteric programming language that
5
+ RPxem is a Ruby implementation of [Pxem], an esoteric programming language that
6
6
  enables you to create programs in 0-byte files.
7
7
  [Pxem]: http://cfs.maxn.jp/neta/pxem.php
8
8
 
data/lib/rpxem/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module RPxem
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
data/rpxem.gemspec CHANGED
@@ -4,7 +4,7 @@ require File.expand_path('../lib/rpxem/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ['wktk']
6
6
  gem.email = ['wktk@wktk.in']
7
- gem.description = %q{RPxem is a Ruby implementation of Pxem, a esoteric programming language that enables you to create programs in 0-byte files.}
7
+ gem.description = %q{RPxem is a Ruby implementation of Pxem, an esoteric programming language that enables you to create programs in 0-byte files.}
8
8
  gem.summary = %q{Pxem implementation in Ruby}
9
9
  gem.homepage = 'https://github.com/wktk/rpxem'
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rpxem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-06 00:00:00.000000000 Z
12
+ date: 2012-12-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -59,7 +59,7 @@ dependencies:
59
59
  - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
- description: RPxem is a Ruby implementation of Pxem, a esoteric programming language
62
+ description: RPxem is a Ruby implementation of Pxem, an esoteric programming language
63
63
  that enables you to create programs in 0-byte files.
64
64
  email:
65
65
  - wktk@wktk.in