Sha256: 3a5a4355d5fdef9f2fa818f25b056510728e34161ad6d72802660f789c5b9c8c

Contents?: true

Size: 947 Bytes

Versions: 1

Compression:

Stored size: 947 Bytes

Contents

module Eia
  VERSION = "1.1.4"

#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.

# Version 1.1.3
# Another fixup on data classification and parsing.

# Version 1.1.4
# Adds getter for periodicity in data type, which I had forgot.
# Also adds periodicity to integrity verification.

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eia-1.1.4 lib/eia/version.rb