Sha256: a7c05efb86652ecc6449b18551b277b334a09fc63e9988a53a732574b8dae47e
Contents?: true
Size: 746 Bytes
Versions: 1
Compression:
Stored size: 746 Bytes
Contents
module Eia VERSION = "1.1.2" #Standard for version: xx.yy.zz # xx - release # yy - feature # zz - hotfix # Version 0.1.1 # Fixes gemspec refference to net. # Adds refference to ibge.rb in lib/eba.rb # Fixes implementation of get in test_connection # Version 0.2.1 # Adds rspec test for connection with the webservice # Version 0.3.1 # Adds data standardization # Version 1.0.0 # First release. # Fully supports most data points from IBGE. # Tests cover all features. # Appropriate error treatment. # Version 1.0.1 # Fixes periodicty, as to be able to relate possible periodicities from 0 to 5 # Version 1.1.1 # adds table_code to data type # Version 1.1.2 # Was taking the wrong date from IBGE's output, not it gets the right one. end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
eia-1.1.2 | lib/eia/version.rb |