openbill 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.
data/INSTALL CHANGED
@@ -1,11 +1,15 @@
1
- == Download
1
+ == Installation
2
+
3
+ Run the following if you haven't already:
4
+
5
+ * gem sources -a http://gems.github.com
2
6
 
3
- Currently this library is available with git from:
7
+ You need have to installed the following latest gems rails, money, universal_ruby_whois
4
8
 
5
- * http://github.com/smukherjee/openbill
6
-
7
- == Installation
9
+ * sudo gem install rails
10
+ * sudo gem install collectiveidea-money
11
+ * sudo gem install mlightner-universal_ruby_whois
8
12
 
9
13
  You can clone the latest version from git
10
14
 
11
- * git clone git://github.com/smukherjee/openbill.git
15
+ * git clone git://github.com/smukherjee/openbill.git
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.5
1
+ 0.1.6
data/openbill.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{openbill}
5
- s.version = "0.1.5"
5
+ s.version = "0.1.6"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Siddhartha Mukherjee"]
@@ -122,6 +122,7 @@ Gem::Specification.new do |s|
122
122
  "pkg/openbill-0.0.0.gem",
123
123
  "pkg/openbill-0.1.3.gem",
124
124
  "pkg/openbill-0.1.4.gem",
125
+ "pkg/openbill-0.1.5.gem",
125
126
  "public/404.html",
126
127
  "public/422.html",
127
128
  "public/500.html",
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openbill
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siddhartha Mukherjee
@@ -131,6 +131,7 @@ files:
131
131
  - pkg/openbill-0.0.0.gem
132
132
  - pkg/openbill-0.1.3.gem
133
133
  - pkg/openbill-0.1.4.gem
134
+ - pkg/openbill-0.1.5.gem
134
135
  - public/404.html
135
136
  - public/422.html
136
137
  - public/500.html