argser 1.1 → 1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +1 -1
  2. data/examples/greetings.rb +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -71,7 +71,7 @@ The default type is <code>:string</code>
71
71
  # EXAMPLE
72
72
 
73
73
  ```ruby
74
- require '../lib/argser/parser.rb'
74
+ require 'argser'
75
75
 
76
76
  parser = Argser::Parser.new({
77
77
  options: {
@@ -1,4 +1,4 @@
1
- require '../lib/argser/parser.rb'
1
+ require 'argser'
2
2
 
3
3
  parser = Argser::Parser.new({
4
4
  options: {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: argser
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.1'
4
+ version: '1.2'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: