We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479d225 commit 7380900Copy full SHA for 7380900
lib/remi/version.rb
@@ -1,3 +1,3 @@
1
module Remi
2
- VERSION = '0.2.1'
+ VERSION = '0.2.2'
3
end
remi.gemspec
@@ -6,8 +6,8 @@ Gem::Specification.new do |s|
6
s.name = "remi"
7
s.version = Remi::VERSION
8
s.authors = ["Sterling Paramore"]
9
- s.email = ["gnilrets@gmail.com"]
10
- s.homepage = "https://github.com/gnilrets"
+ s.email = ["sterling.paramore@insidetrack.com"]
+ s.homepage = "https://github.com/inside-track/remi"
11
s.license = "MIT"
12
s.summary = "Remi (Ruby Extract Map Integrate)"
13
s.description = "Data manipulation and ETL in Ruby"
0 commit comments