osvt 1.1.0 → 1.1.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.
Files changed (4) hide show
  1. data/Manifest.txt +1 -0
  2. data/bin/osvt.conf +4 -0
  3. data/lib/osvt.rb +1 -1
  4. metadata +3 -1
data/Manifest.txt CHANGED
@@ -4,5 +4,6 @@ Manifest.txt
4
4
  README.txt
5
5
  Rakefile
6
6
  bin/osvt
7
+ bin/osvt.conf
7
8
  lib/osvt.rb
8
9
  test/test_osvt.rb
data/bin/osvt.conf ADDED
@@ -0,0 +1,4 @@
1
+ #Put your username and api_key here
2
+
3
+ username= username
4
+ api_key= api_key
data/lib/osvt.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Osvt
2
- VERSION = '1.1.0'
2
+ VERSION = '1.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: osvt
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Team FOSS
@@ -46,6 +46,7 @@ description: Open Source Version Tracker
46
46
  email: osvt@gmail.com
47
47
  executables:
48
48
  - osvt
49
+ - osvt.conf
49
50
  extensions: []
50
51
 
51
52
  extra_rdoc_files:
@@ -59,6 +60,7 @@ files:
59
60
  - README.txt
60
61
  - Rakefile
61
62
  - bin/osvt
63
+ - bin/osvt.conf
62
64
  - lib/osvt.rb
63
65
  - test/test_osvt.rb
64
66
  has_rdoc: true