smc-get 0.2.0.beta1 → 0.3.0.beta1

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smc-get
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.beta1
4
+ version: 0.3.0.beta1
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,12 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-07-04 00:00:00.000000000 -04:00
13
- default_executable:
12
+ date: 2011-10-24 00:00:00.000000000Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: ruby-xz
17
- requirement: &21447348 !ruby/object:Gem::Requirement
16
+ requirement: &20882840 !ruby/object:Gem::Requirement
18
17
  none: false
19
18
  requirements:
20
19
  - - ! '>='
@@ -22,10 +21,10 @@ dependencies:
22
21
  version: '0'
23
22
  type: :runtime
24
23
  prerelease: false
25
- version_requirements: *21447348
24
+ version_requirements: *20882840
26
25
  - !ruby/object:Gem::Dependency
27
26
  name: minitar
28
- requirement: &21446916 !ruby/object:Gem::Requirement
27
+ requirement: &20882300 !ruby/object:Gem::Requirement
29
28
  none: false
30
29
  requirements:
31
30
  - - ! '>='
@@ -33,7 +32,7 @@ dependencies:
33
32
  version: '0'
34
33
  type: :runtime
35
34
  prerelease: false
36
- version_requirements: *21446916
35
+ version_requirements: *20882300
37
36
  description: ! 'smc-get is a apt-get like tool to manage levels that have
38
37
 
39
38
  been uploaded to the Secret Maryo Chronicles contributed
@@ -57,37 +56,41 @@ extra_rdoc_files:
57
56
  - COPYING
58
57
  files:
59
58
  - bin/smc-checksum
59
+ - bin/smc-repo-conv~
60
+ - bin/smc-repo-conv
61
+ - bin/smc-checksum~
60
62
  - bin/smc-get
63
+ - lib/smc_get/package_specification.rb
64
+ - lib/smc_get/package_archive.rb
65
+ - lib/smc_get/gui.rb
66
+ - lib/smc_get/errors.rb
67
+ - lib/smc_get/package.rb
68
+ - lib/smc_get/smc_get.rb
69
+ - lib/smc_get/local_repository.rb
61
70
  - lib/smc_get/cui.rb
62
- - lib/smc_get/cui_commands/build.rb
63
- - lib/smc_get/cui_commands/command.rb
64
- - lib/smc_get/cui_commands/getinfo.rb
71
+ - lib/smc_get/repository.rb
72
+ - lib/smc_get/remote_repository.rb
65
73
  - lib/smc_get/cui_commands/help.rb
74
+ - lib/smc_get/cui_commands/command.rb
66
75
  - lib/smc_get/cui_commands/install.rb
76
+ - lib/smc_get/cui_commands/getinfo.rb
67
77
  - lib/smc_get/cui_commands/list.rb
78
+ - lib/smc_get/cui_commands/update.rb
68
79
  - lib/smc_get/cui_commands/search.rb
69
80
  - lib/smc_get/cui_commands/uninstall.rb
70
- - lib/smc_get/cui_commands/update.rb
81
+ - lib/smc_get/cui_commands/build.rb
71
82
  - lib/smc_get/cui_commands/version.rb
72
- - lib/smc_get/errors.rb
73
- - lib/smc_get/gui.rb
74
- - lib/smc_get/local_repository.rb
75
- - lib/smc_get/package.rb
76
- - lib/smc_get/package_archive.rb
77
- - lib/smc_get/package_specification.rb
78
- - lib/smc_get/remote_repository.rb
79
- - lib/smc_get/repository.rb
80
- - lib/smc_get/smc_get.rb
83
+ - lib/smc_get/cui_commands/server.rb
81
84
  - lib/smc_get.rb
82
85
  - test/test_smc-get-cui.rb
83
86
  - test/test_smc-get-lib.rb
87
+ - config/smc-get.yml~
84
88
  - config/smc-get.yml
85
89
  - COPYING
86
90
  - README.rdoc
87
91
  - VERSION.txt
88
92
  - smcpak.rdoc
89
93
  - HISTORY.rdoc
90
- has_rdoc: true
91
94
  homepage: https://github.com/Luiji/smc-get
92
95
  licenses: []
93
96
  post_install_message:
@@ -113,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
116
  requirements:
114
117
  - Secret Maryo Chronicles
115
118
  rubyforge_project:
116
- rubygems_version: 1.5.2
119
+ rubygems_version: 1.8.11
117
120
  signing_key:
118
121
  specification_version: 3
119
122
  summary: Manages Secret Maryo Chronicles levels.