fsck 0.0.5 → 0.0.5.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.
- data/Gemfile.lock +1 -1
- data/README.md +4 -1
- data/lib/fsck/version.rb +1 -1
- metadata +2 -2
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
# Fsck
|
|
2
|
+
|
|
3
|
+
[](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.
|
data/lib/fsck/version.rb
CHANGED
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:
|
|
12
|
+
date: 2013-02-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rspec
|