parl 0.2.0 → 0.2.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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.rdoc +0 -17
  3. data/VERSION +1 -1
  4. data/parl.gemspec +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f146c92cd99fc288a60c3e36dc271643e97b1d39
4
- data.tar.gz: 48639a1a9bdd8fc97241c1f89bcc067faf3552cb
3
+ metadata.gz: ab207dd47c49a775fd652f45c3b7db176fc2d682
4
+ data.tar.gz: 57a5bf8149e2aa28c16ee76e01a8815d8513b13b
5
5
  SHA512:
6
- metadata.gz: 820cc0b8bcc582177e75f4a2aa02af60d9d45a51e5afc4a48721e538012dc5a5c55fe42ab960d7944872d708cb7afd76a2d7c17eaff9a5ac587fd5ea6cb273d3
7
- data.tar.gz: efa52aae8486e0d7ca1cce68b4b8491959e26fa877205f9f1d970aa291bb3d04726c5d72146b62d53a1b1023a84849c78c8d9ca0764b27792ca6b6d5f090f7c0
6
+ metadata.gz: 5a4cd54485768ae5ceef23212c0ce05c1f94651bd6636d90ff9bdd430cc5630f1a48346f3f9793775f48ac35739eac7a2f14fdd8fb3db5c5fdbf04c2402ca638
7
+ data.tar.gz: eb350a258e431a47f6dc1a969221f09bf73df6eb216b2724a5b894fafb7573751d0ad56be89057e4c6f72f0fd842528faa243ba254ac9d07f06ab0e8fdfac801
data/README.rdoc CHANGED
@@ -1,19 +1,2 @@
1
1
  = parl
2
2
 
3
- Description goes here.
4
-
5
- == Contributing to parl
6
-
7
- * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
8
- * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
9
- * Fork the project.
10
- * Start a feature/bugfix branch.
11
- * Commit and push until you are happy with your contribution.
12
- * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
13
- * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
14
-
15
- == Copyright
16
-
17
- Copyright (c) 2015 taky. See LICENSE.txt for
18
- further details.
19
-
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
data/parl.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "parl"
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["taky"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - taky