fsck 0.0.5 → 0.0.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Gemfile.lock +1 -1
  2. data/README.md +4 -1
  3. data/lib/fsck/version.rb +1 -1
  4. metadata +2 -2
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fsck (0.0.4)
4
+ fsck (0.0.5.1)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
data/README.md CHANGED
@@ -1,4 +1,7 @@
1
1
  # Fsck
2
+
3
+ [![Gem Version](https://badge.fury.io/rb/fsck.png)](http://badge.fury.io/rb/fsck)
4
+
2
5
  Fsck allows you to express your feelings while you're developing. It does this by allowing you to add words to method names on the fly.
3
6
 
4
7
  ## Installation
@@ -68,4 +71,4 @@ Fsck is named after the use of the Unix file system utility, specifically as it
68
71
  Because Fsck now uses method aliasing, there's only a slight performance hit on the first call to a fscked method. This should be inline with many other gems out there. Performance aside, using this gem will have quite an impact on the maintainability of your code. Use at your own risk.
69
72
 
70
73
  ## License
71
- MIT License. Copyright 2011 Chris Thorn.
74
+ MIT License. Copyright 2011 Chris Thorn.
@@ -1,3 +1,3 @@
1
1
  module Fsck
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.5.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fsck
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.5.1
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-13 00:00:00.000000000 Z
12
+ date: 2013-02-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec