fcshd 0.6.2 → 0.6.3
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/fcshc +1 -1
- data/lib/fcshd/version.rb +1 -1
- metadata +41 -29
data/bin/fcshc
CHANGED
data/lib/fcshd/version.rb
CHANGED
metadata
CHANGED
@@ -1,34 +1,39 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: fcshd
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
prerelease: false
|
5
|
+
segments:
|
6
|
+
- 0
|
7
|
+
- 6
|
8
|
+
- 3
|
9
|
+
version: 0.6.3
|
6
10
|
platform: ruby
|
7
|
-
authors:
|
11
|
+
authors:
|
8
12
|
- Daniel Brockman
|
9
13
|
autorequire:
|
10
14
|
bindir: bin
|
11
15
|
cert_chain: []
|
12
|
-
|
16
|
+
|
17
|
+
date: 2012-01-30 00:00:00 +01:00
|
18
|
+
default_executable:
|
13
19
|
dependencies: []
|
14
|
-
description: ! 'By using a client-server architecture, we are able to make the Adobe
|
15
|
-
Flex
|
16
20
|
|
21
|
+
description: |
|
22
|
+
By using a client-server architecture, we are able to make the Adobe Flex
|
17
23
|
compiler run fast while still being usable in command-line environments.
|
24
|
+
In practice, you start the `fcshd' server, and are then able to use the
|
25
|
+
client program `fcshc' as a faster and more usable replacement for `mxmlc'.
|
18
26
|
|
19
|
-
In practice, you start the `fcshd'' server, and are then able to use the
|
20
|
-
|
21
|
-
client program `fcshc'' as a faster and more usable replacement for `mxmlc''.
|
22
|
-
|
23
|
-
'
|
24
27
|
email: daniel@gointeractive.se
|
25
|
-
executables:
|
28
|
+
executables:
|
26
29
|
- fcshd
|
27
30
|
- fcshc
|
28
31
|
- fcshc-repl
|
29
32
|
extensions: []
|
33
|
+
|
30
34
|
extra_rdoc_files: []
|
31
|
-
|
35
|
+
|
36
|
+
files:
|
32
37
|
- .gitignore
|
33
38
|
- Gemfile
|
34
39
|
- Gemfile.lock
|
@@ -50,28 +55,35 @@ files:
|
|
50
55
|
- lib/fcshd/transcript-parser.rb
|
51
56
|
- lib/fcshd/transcript.rb
|
52
57
|
- lib/fcshd/version.rb
|
58
|
+
has_rdoc: true
|
53
59
|
homepage: http://github.com/dbrock/fcshd
|
54
60
|
licenses: []
|
61
|
+
|
55
62
|
post_install_message:
|
56
63
|
rdoc_options: []
|
57
|
-
|
64
|
+
|
65
|
+
require_paths:
|
58
66
|
- lib
|
59
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
requirements:
|
68
|
-
- -
|
69
|
-
- !ruby/object:Gem::Version
|
70
|
-
|
67
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
68
|
+
requirements:
|
69
|
+
- - ">="
|
70
|
+
- !ruby/object:Gem::Version
|
71
|
+
segments:
|
72
|
+
- 0
|
73
|
+
version: "0"
|
74
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
75
|
+
requirements:
|
76
|
+
- - ">="
|
77
|
+
- !ruby/object:Gem::Version
|
78
|
+
segments:
|
79
|
+
- 0
|
80
|
+
version: "0"
|
71
81
|
requirements: []
|
82
|
+
|
72
83
|
rubyforge_project:
|
73
|
-
rubygems_version: 1.
|
84
|
+
rubygems_version: 1.3.6
|
74
85
|
signing_key:
|
75
86
|
specification_version: 3
|
76
87
|
summary: Usable CLI for the Adobe Flex compiler shell (fcsh)
|
77
88
|
test_files: []
|
89
|
+
|