fcshd 0.6.2 → 0.6.3

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 (3) hide show
  1. data/bin/fcshc +1 -1
  2. data/lib/fcshd/version.rb +1 -1
  3. metadata +41 -29
data/bin/fcshc CHANGED
@@ -164,7 +164,7 @@ for library in $libraries
164
164
  type, filename = find_library(library)
165
165
  case type
166
166
  when :directory
167
- $directories << name
167
+ $directories << filename
168
168
  when :file
169
169
  $library_files << filename
170
170
  else
data/lib/fcshd/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  unless defined? FCSHD::VERSION
2
2
  module FCSHD
3
- VERSION = "0.6.2"
3
+ VERSION = "0.6.3"
4
4
  end
5
5
  end
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
- version: 0.6.2
5
- prerelease:
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
- date: 2012-01-14 00:00:00.000000000 Z
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
- files:
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
- require_paths:
64
+
65
+ require_paths:
58
66
  - lib
59
- required_ruby_version: !ruby/object:Gem::Requirement
60
- none: false
61
- requirements:
62
- - - ! '>='
63
- - !ruby/object:Gem::Version
64
- version: '0'
65
- required_rubygems_version: !ruby/object:Gem::Requirement
66
- none: false
67
- requirements:
68
- - - ! '>='
69
- - !ruby/object:Gem::Version
70
- version: '0'
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.8.11
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
+