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 +4 -4
- data/lib/radius/toolbelt/tasks.rb +1 -1
- data/lib/radius/toolbelt/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b06e92e3b4f2fc216c3e9897b813b2cd7d8ab855
|
|
4
|
+
data.tar.gz: 587ca585431150d31b9593a5c4fadbff6ef58f41
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|