radius-toolbelt 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 88745cad8f98feb1c9fb3df0c9314807f6939c91
4
- data.tar.gz: 133ae48889d92354c8fc47981231b162e4cd0c0a
3
+ metadata.gz: b06e92e3b4f2fc216c3e9897b813b2cd7d8ab855
4
+ data.tar.gz: 587ca585431150d31b9593a5c4fadbff6ef58f41
5
5
  SHA512:
6
- metadata.gz: 0dc16711f50bfad27aefe9d9ffdb5236296578bc3ae16550aaff3d82b64dd71f6ae03f56b8faa2f098232371a8d3d76a33134f9515993140c3c4fac8fabd0dd4
7
- data.tar.gz: 54bdacd6721d7f8090c7fe551feb48f2d28bc8465c3bc3e217b68c825edd82d0bb3efbd04f8a5dfca0c0646ce8ef202fa6a041dd2dbee32ec9c87aa440790035
6
+ metadata.gz: 7e125fbc6205c785e6aeb89d592db5741735bdea11646b5fa05bd475a6ab98fbab9aeb3a16d4e2c0b3d8abb5745e357b11f890dad34b7d449ac19d11a4a6da1b
7
+ data.tar.gz: e704762a2acb6d4d835ec653d673c1f5a2d1975759077c25704b1884a7dd4b8c4b2f0adecab7ce3e69cf8ada104235804b641f2955c625b7dc61f32712974bf3
@@ -33,7 +33,7 @@ namespace :version do
33
33
  sh "agvtool next-version -increment-minor-version"
34
34
  end
35
35
 
36
- desc "Set the version via `rake version:set version=\"1.0.0\""
36
+ desc "Set the version to a specific version number"
37
37
  task :set, [:version] do |t, args|
38
38
  v = args[:version]
39
39
  fail "Error: no version specified" unless v
@@ -1,5 +1,5 @@
1
1
  module Radius
2
2
  module Toolbelt
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radius-toolbelt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Radius Networks