Sha256: 9e147753e8f6adbb75dfbfdf47aa3b0658f93bb8dc3456c0e8212fb87d7be1de

Contents?: true

Size: 1.49 KB

Versions: 1

Compression:

Stored size: 1.49 KB

Contents

## agile_utils

[![Gem Version](https://badge.fury.io/rb/agile_utils.svg)](http://badge.fury.io/rb/agile_utils)

My collection of ruby library that I have used in more than one project.
To promote the code re-use I move them all to this gem.
I hope you will find some of them useful for your interesting project.

### Installation

Add this line to your application's Gemfile:

    gem 'agile_utils'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install agile_utils

### Usage

```rb
# Require and include the library in your code
require 'agile_utils'
include AgileUtils

# Then call the right method to use.
AgileUtils::Helper.capture
AgileUtils::Helper.is_linux?
AgileUtils::Helper.is_osx?
AgileUtils::Helper.make_list
AgileUtils::Helper.shell
AgileUtils::Helper.time
AgileUtils::Helper.uname

AgileUtils::FileUtil.find()
AgileUtils::FileUtils.delete()
AgileUtils::FileUtils.gunzip()
AgileUtils::FileUtils.tar_gzip_files()
```

### Changelogs

#### 0.0.6

- Fix the `-f` options description

#### 0.0.5

- Correct the short option for '--exc-words'

- Show list of apis for default usage

#### 0.0.3 - 0.0.4

- Add more functions

- Code refactoring and cleanup

#### 0.0.2

- First initial release

### Contributing

1. Fork it ( http://github.com/agilecreativity/agile_utils/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
agile_utils-0.0.6 README.md