mgparser 0.1.5 → 0.1.6

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 (4) hide show
  1. data/bin/mgparser +1 -1
  2. data/lib/version.rb +1 -1
  3. data/mgparser.gemspec +1 -1
  4. metadata +3 -3
data/bin/mgparser CHANGED
@@ -36,7 +36,7 @@ $causes = {"1" => "Unallocated (unassigned) number",
36
36
  "31" => "Normal unspecified (destination could be busy)",
37
37
  "34" => "No circuit/channel available",
38
38
  "35" => "Call queued",
39
- "38" => "Network out of order(check your local ISDN connectionsline and line status)",
39
+ "38" => "Network out of order(check your local ISDN connections and line status)",
40
40
  "39" => "Permanent frame mode connection out-of-service",
41
41
  "40" => "Permanent frame mode connection operational",
42
42
  "41" => "Temporary failure",
data/lib/version.rb CHANGED
@@ -2,7 +2,7 @@ module Mgparser
2
2
  module VERSION
3
3
  MAJOR = 0 unless defined? MAJOR
4
4
  MINOR = 1 unless defined? MINOR
5
- TINY = 5 unless defined? TINY
5
+ TINY = 6 unless defined? TINY
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.') unless defined? STRING
8
8
  end
data/mgparser.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  $:.push File.expand_path("../lib", __FILE__)
3
- require "lib/version"
3
+ require "version"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "mgparser"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mgparser
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 5
10
- version: 0.1.5
9
+ - 6
10
+ version: 0.1.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dawid Pogorzelski