Sha256: 4f3b21bcdaeaf82f8d7d2b900774233582dbc98d4e6ea79ca60a4fa2fae8e08e
Contents?: true
Size: 857 Bytes
Versions: 3
Compression:
Stored size: 857 Bytes
Contents
# CPIU - a Ruby interface for fetching CPI-U data from BLS.gov # Copyright (C) 2017 Cody Logan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. require 'cpiu/api' require 'cpiu/data' require 'cpiu/version' # main cpiu module module CPIU # Your code goes here... end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cpiu-0.2.2 | lib/cpiu.rb |
cpiu-0.2.1 | lib/cpiu.rb |
cpiu-0.2.0 | lib/cpiu.rb |