bukkit 0.1.1 → 0.1.2

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: d1c0d091e909b740313bf63c077f5fb8ea7d228f
4
- data.tar.gz: 7361c6d1b921b2146f92763b782c3936fb00918d
3
+ metadata.gz: 20580b4173edfdd8a9625490a7d007e77356f94d
4
+ data.tar.gz: 59ca72a7c6b379337e842841efa679e5c79586ff
5
5
  SHA512:
6
- metadata.gz: 9c56a1ad659f9b9f6380513e9942c89567b158d894b3745c8e43d1bb9d76cdac45c4e3f9886793d440009525b45bdbebd5acdc93d8947717744f5b3198f50124
7
- data.tar.gz: c81b916b646b867e7ac6d3a186a5a6525c0a2b42d6967e1e50ccd9f7f02f374379496467ea0441c2c07a1ef76775bdf2f1a4cfd95a23747356affecb66fbbc2c
6
+ metadata.gz: aa664bced8dac04c12730f90e180cdac8382fecec2ea606703d21d72197f144064879eba10de053944ca7eea8cb68cdbeeee4057def2e57ad4fcaf0eb2c20267
7
+ data.tar.gz: 0704a2cf3c70fffa486ec4fa1e4d08443281cc99038b97f739a99712f5786c8230f387c369f7414d97f2b557499c1c2fc077ce77da98995a6bd51bb9b283f163
data/CHANGELOG CHANGED
@@ -1,2 +1,3 @@
1
1
  v0.1.0: Added 'update' command and a few bug fixes.
2
2
  v0.1.1: Major bug fix.
3
+ v0.1.2: 'website' command fixed.
@@ -26,7 +26,7 @@ module Bukkit
26
26
  when "install"
27
27
  Bukkit::install
28
28
  when "website"
29
- Bukkit::website
29
+ Bukkit::website(ARGV[1].downcase)
30
30
  when "update"
31
31
  Bukkit::update
32
32
  else
@@ -38,4 +38,4 @@ module Bukkit
38
38
  puts "Run 'bukkit --help' for a list of commands."
39
39
  end
40
40
  end
41
- end
41
+ end
@@ -1,4 +1,4 @@
1
1
  # TODO update command
2
2
  module Bukkit
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
@@ -13,4 +13,4 @@ module Bukkit
13
13
  puts " Plugin not found.\n Make sure you have the name correct."
14
14
  end
15
15
  end
16
- end
16
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bukkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jesse Herrick