transender 0.2.9 → 0.2.11

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -16,7 +16,7 @@ I call the process of cloning an existing app and renaming it right after: trans
16
16
 
17
17
  So transend your codes.
18
18
 
19
- == FEATURES/PROBLEMS:
19
+ == FEATURES:
20
20
 
21
21
  * can clone XCode projects (on git) and rename them successfully (tested only on iPhone/iPod Touch projects)
22
22
  * use from command line or ruby program
@@ -58,6 +58,7 @@ Nothing you would not have. Only the simple tools.
58
58
  == INSTALL:
59
59
 
60
60
  * sudo gem install transender
61
+ * sudo gem install mihael-transender --source http://gems.github.com
61
62
 
62
63
  == LICENSE:
63
64
 
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 2
4
- :patch: 9
4
+ :patch: 11
data/lib/transender.rb CHANGED
@@ -240,6 +240,7 @@ module Transender
240
240
  #prepare destination without any warning
241
241
  FileUtils.rm_rf @app_path #`rm -rf #{@app_path}`
242
242
  `cp -r #{@transform} #{@app_path}`
243
+ rename
243
244
  end
244
245
 
245
246
  #clones from transform then removes git
data/transender.gemspec CHANGED
@@ -5,17 +5,16 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{transender}
8
- s.version = "0.2.9"
8
+ s.version = "0.2.11"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Mihael"]
12
- s.date = %q{2010-01-21}
12
+ s.date = %q{2010-03-26}
13
13
  s.email = %q{kitschmaster@gmail.com}
14
14
  s.executables = ["transender", "transender-rename"]
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
17
- "README.rdoc",
18
- "README.txt"
17
+ "README.rdoc"
19
18
  ]
20
19
  s.files = [
21
20
  ".gitattributes",
@@ -24,7 +23,6 @@ Gem::Specification.new do |s|
24
23
  "History.txt",
25
24
  "LICENSE",
26
25
  "README.rdoc",
27
- "README.txt",
28
26
  "Rakefile",
29
27
  "VERSION.yml",
30
28
  "bin/transender",
metadata CHANGED
@@ -1,7 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: transender
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 2
8
+ - 11
9
+ version: 0.2.11
5
10
  platform: ruby
6
11
  authors:
7
12
  - Mihael
@@ -9,7 +14,7 @@ autorequire:
9
14
  bindir: bin
10
15
  cert_chain: []
11
16
 
12
- date: 2010-01-21 00:00:00 +01:00
17
+ date: 2010-03-26 00:00:00 +01:00
13
18
  default_executable:
14
19
  dependencies: []
15
20
 
@@ -23,7 +28,6 @@ extensions: []
23
28
  extra_rdoc_files:
24
29
  - LICENSE
25
30
  - README.rdoc
26
- - README.txt
27
31
  files:
28
32
  - .gitattributes
29
33
  - .gitignore
@@ -31,7 +35,6 @@ files:
31
35
  - History.txt
32
36
  - LICENSE
33
37
  - README.rdoc
34
- - README.txt
35
38
  - Rakefile
36
39
  - VERSION.yml
37
40
  - bin/transender
@@ -60,18 +63,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
60
63
  requirements:
61
64
  - - ">="
62
65
  - !ruby/object:Gem::Version
66
+ segments:
67
+ - 0
63
68
  version: "0"
64
- version:
65
69
  required_rubygems_version: !ruby/object:Gem::Requirement
66
70
  requirements:
67
71
  - - ">="
68
72
  - !ruby/object:Gem::Version
73
+ segments:
74
+ - 0
69
75
  version: "0"
70
- version:
71
76
  requirements: []
72
77
 
73
78
  rubyforge_project: transender
74
- rubygems_version: 1.3.5
79
+ rubygems_version: 1.3.6
75
80
  signing_key:
76
81
  specification_version: 3
77
82
  summary: Use Transender whenever you need to git-clone and rename XCode iPhone SDK projects.
data/README.txt DELETED
@@ -1,65 +0,0 @@
1
- transender
2
- by KitschMaster
3
- kitschmaster.com
4
-
5
- == DESCRIPTION:
6
-
7
- Use Transender whenever you need to git-clone and rename XCode iPhone SDK projects.
8
-
9
- Project home: http://kitschmaster.com/kiches/246
10
-
11
- When I started working with iPhone and iPod touch apps I soon realized how strange it is.
12
- One day I wanted to copy and rename an app. There was no easy way to do it.
13
- So I wrote some scripts to hack that.
14
-
15
- I call the process of cloning an existing app and renaming it right after: transending.
16
-
17
- So transend your codes.
18
-
19
- == FEATURES/PROBLEMS:
20
-
21
- * can clone XCode projects (on git) and rename them successfully (tested only on iPhone/iPod Touch projects)
22
- * use from command line or ruby program
23
- * since 0.2.8 an improved transending algorithm, uses a bowl
24
-
25
- == SYNOPSIS:
26
-
27
- The project/app You want to transend should be sitting in a git repository.
28
-
29
- An example of using it from a ruby program:
30
-
31
- Transender::Ji.transend( {:app_title=>"myClonedProject", :transform=>"git://github.com/mihael/iproject.git", :ji_path => File.join(File.dirname(__FILE__), %w[.. tmp]) })
32
-
33
- This would clone the iproject into ji_path. Then it would rename it to myClonedProject. It would also create "abowl" directory, which can be used with the unreleased MakeMoney iPhone and iPod touch programming framework.
34
-
35
- You could use it in a Rails app maybe like this:
36
-
37
- Transender::Ji.transform_and_zip({:app_title=>"myClonedProject", :transform=>"git://github.com/mihael/iproject.git", :ji_path => File.join(File.dirname(__FILE__), %w[.. tmp]) }) do |zip|
38
- render :text => zip
39
- end
40
-
41
- Or on the command line, like this:
42
-
43
- transender git://github.com/mihael/iproject.git myFreshProject /projects/
44
-
45
- If You just need to rename an existing project You can do this:
46
-
47
- transender-rename myBadlyNamedProject/ myCoolNamedProject /My/Cool/Path/To/My/Hot/Projects/Path/
48
-
49
- == REQUIREMENTS:
50
-
51
- Nothing you would not have. Only the simple tools.
52
-
53
- * sed
54
- * tar
55
- * git
56
- * ruby
57
-
58
- == INSTALL:
59
-
60
- * sudo gem install transender
61
-
62
- == LICENSE:
63
-
64
-
65
- Copyright (c) Mihael. See LICENSE for details.