bee_python 0.0.5 → 0.0.6

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.
Files changed (4) hide show
  1. data/README +1 -1
  2. data/egg/xmlrpc/build.erb +2 -0
  3. data/python.yml +1 -1
  4. metadata +35 -37
data/README CHANGED
@@ -20,4 +20,4 @@ or go to URL http://www.apache.org/licenses/LICENSE-2.0).
20
20
 
21
21
  = Copyright
22
22
 
23
- Bee_python version 0.0.5 (C) Michel Casabianca - 2008-2010
23
+ Bee_python version 0.0.6 (C) Michel Casabianca - 2008-2010
data/egg/xmlrpc/build.erb CHANGED
@@ -2,6 +2,8 @@
2
2
  - build: <%= name %>
3
3
  description: Build project <%= name.capitalize %>
4
4
  extends: ":python:python.yml"
5
+ alias:
6
+ test: ~
5
7
 
6
8
  # Build properties
7
9
  - properties:
data/python.yml CHANGED
@@ -5,7 +5,7 @@
5
5
  default: [clean, test]
6
6
  alias:
7
7
  test: [py_check, py_test]
8
- doc: [py_doc, py_cover]
8
+ doc: py_doc
9
9
  run: py_run
10
10
  clean: py_clean
11
11
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bee_python
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michel Casabianca
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-06-02 00:00:00 +02:00
19
- default_executable:
18
+ date: 2012-10-04 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: bee
@@ -45,50 +44,49 @@ extra_rdoc_files:
45
44
  - LICENSE
46
45
  files:
47
46
  - lib/bee_task_python.rb
48
- - egg/egg/build.yml
49
- - egg/egg/ez_setup.py
50
- - egg/egg/pylint.cfg
51
- - egg/egg/script.py
52
- - egg/egg/setup.erb
53
- - egg/egg/test.py
54
- - egg/egg.yml
55
- - egg/http/build.erb
56
- - egg/http/libhttp.py
57
- - egg/http/pylint.cfg
58
- - egg/http/server.py
59
- - egg/http/test.erb
60
- - egg/http.yml
61
- - egg/mysql/mysql.py
62
- - egg/mysql.yml
63
- - egg/project/build.erb
47
+ - egg/xmlrpc.yml
48
+ - egg/project/test.py
64
49
  - egg/project/pylint.cfg
50
+ - egg/project/build.erb
65
51
  - egg/project/script.py
66
- - egg/project/test.py
67
- - egg/project.yml
68
- - egg/script/build.erb
69
- - egg/script/pylint.cfg
70
- - egg/script/script.py
71
- - egg/script.yml
52
+ - egg/soap/pylint.cfg
72
53
  - egg/soap/build.erb
73
54
  - egg/soap/client.py
74
- - egg/soap/pylint.cfg
75
55
  - egg/soap/server.py
76
- - egg/soap.yml
77
- - egg/source/source.py
78
- - egg/source.yml
79
56
  - egg/test/test.py
80
- - egg/test.yml
57
+ - egg/egg.yml
58
+ - egg/project.yml
59
+ - egg/source/source.py
60
+ - egg/xmlrpc/pylint.cfg
81
61
  - egg/xmlrpc/build.erb
82
62
  - egg/xmlrpc/client.py
83
- - egg/xmlrpc/pylint.cfg
84
63
  - egg/xmlrpc/server.py
85
- - egg/xmlrpc.yml
86
- - tools/compile/compile.py
64
+ - egg/http/test.erb
65
+ - egg/http/pylint.cfg
66
+ - egg/http/build.erb
67
+ - egg/http/server.py
68
+ - egg/http/libhttp.py
69
+ - egg/soap.yml
70
+ - egg/script/pylint.cfg
71
+ - egg/script/build.erb
72
+ - egg/script/script.py
73
+ - egg/source.yml
74
+ - egg/mysql/mysql.py
75
+ - egg/script.yml
76
+ - egg/test.yml
77
+ - egg/mysql.yml
78
+ - egg/http.yml
79
+ - egg/egg/build.yml
80
+ - egg/egg/test.py
81
+ - egg/egg/setup.erb
82
+ - egg/egg/pylint.cfg
83
+ - egg/egg/ez_setup.py
84
+ - egg/egg/script.py
87
85
  - tools/test/suite.py
86
+ - tools/compile/compile.py
88
87
  - python.yml
89
88
  - README
90
89
  - LICENSE
91
- has_rdoc: true
92
90
  homepage: http://bee.rubyforge.org
93
91
  licenses: []
94
92
 
@@ -118,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
116
  requirements: []
119
117
 
120
118
  rubyforge_project: none
121
- rubygems_version: 1.4.2
119
+ rubygems_version: 1.8.11
122
120
  signing_key:
123
121
  specification_version: 3
124
122
  summary: Bee package to manage Python projects