nfrb 0.0.1.alpha → 0.1.0.release

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 (3) hide show
  1. data/README.rdoc +15 -5
  2. data/lib/nfrb/version.rb +3 -3
  3. metadata +5 -5
@@ -4,12 +4,22 @@ Nfrb is a very simple yet fast gem that can be used to parse nfcapd files.
4
4
 
5
5
  == Usage
6
6
 
7
- === Installation
7
+ === Installation
8
+
9
+ ==== Via Github, for development
8
10
 
9
- # git clone git://github.com/dguerri/nfrb.git
10
- # cd nfrb
11
- # bundle install
12
- # rake install
11
+ ~# git clone git://github.com/dguerri/nfrb.git
12
+ ~# cd nfrb
13
+ ~# bundle install
14
+ ~# rake install
15
+
16
+ ==== Via Rubygems, pre-release
17
+
18
+ ~# gem install nfrb --pre
19
+
20
+ ==== Bundler
21
+
22
+ gem "nfrb", "~> 0.0.1.alpha"
13
23
 
14
24
  === Sample code
15
25
 
@@ -7,9 +7,9 @@
7
7
  module NfRb
8
8
  module Version
9
9
  MAJOR = 0
10
- MINOR = 0
11
- PATCH = 1
12
- BUILD = 'alpha'
10
+ MINOR = 1
11
+ PATCH = 0
12
+ BUILD = 'release'
13
13
 
14
14
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nfrb
3
3
  version: !ruby/object:Gem::Version
4
- hash: -1851332166
4
+ hash: 1414397922
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
- - 0
9
8
  - 1
10
- - alpha
11
- version: 0.0.1.alpha
9
+ - 0
10
+ - release
11
+ version: 0.1.0.release
12
12
  platform: ruby
13
13
  authors:
14
14
  - Davide Guerri
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-03-02 00:00:00 Z
19
+ date: 2012-03-03 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  requirement: &id001 !ruby/object:Gem::Requirement