lib/signet/version.rb in signet-0.1.4 vs lib/signet/version.rb in signet-0.2.0
- old
+ new
@@ -12,14 +12,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Used to prevent the class/module from being loaded more than once
unless defined? Signet::VERSION
- module Signet #:nodoc:
- module VERSION #:nodoc:
+ module Signet
+ module VERSION
MAJOR = 0
- MINOR = 1
- TINY = 4
+ MINOR = 2
+ TINY = 0
STRING = [MAJOR, MINOR, TINY].join('.')
end
end
end