lfd 0.1.1 → 0.1.2

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 (5) hide show
  1. checksums.yaml +13 -5
  2. data/bin/lfd +4 -0
  3. data/lib/lfd/env.rb +1 -0
  4. data/lib/lfd_version.rb +1 -1
  5. metadata +19 -17
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: c4507a5267e60427b4efafdb750fac6ecdfd3c3f
4
- data.tar.gz: eebef4eab558051b2baf347be392bbe61fb0b171
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZDc3YTZlZjE1NTYzN2U5ODQzZDk5NDNmMjY3MDJiNDZhM2JlYjdjOQ==
5
+ data.tar.gz: !binary |-
6
+ YjA0ZTQ5ZDRlOGQzYjY3ODVjYWM2MGVjZDg1ZWVhMmNjNjE3NWFjNA==
5
7
  SHA512:
6
- metadata.gz: 263e5003781e9b077611eb6edbe96b93d32d290c3bbf95c4d3bad4aacdd941e4c7a797c47b1734022a2a60fdb7675d725a8e6962765df86fb3a65f3358492f8b
7
- data.tar.gz: c524903561fd09e2650976d7933c55e68fd4d5e0bdc53e45e70186298e508b3c23a35ac33a316d9883e0140df3ed55c83fbe692c006cb54c9d8a0171a6cbd090
8
+ metadata.gz: !binary |-
9
+ MGNkNjE0NWFiOGU0NDIwYjA4ZjQ3NGQ0ZjdkZGU1NDVhNGE3ZGE4ZDMwNTRm
10
+ YjFmOWQ3OTI2MWFlYWIwOWMwM2ZmNmNmMTcwZDEwNWExODQ1MzA2NTEwOGU4
11
+ NzM4ODk0ZjEzMGE5NjdkNGNiZmMyMDkyYzMzZWEwZWFmMTEyMDM=
12
+ data.tar.gz: !binary |-
13
+ YWZmMjRkOTRhNzhkMTMyMjRjMDI3M2U1ZTUxOWNhYzBkZTg5NmEwZDZmYmZl
14
+ ZDAwZDhiNGJhMmQ1ODI4MmRiZmYwNjRmZWU2YzkzNjdhZTZkNjQ4Yzk0YmZm
15
+ M2QyYTBkOWI3NDdiZTk3ZTRjNTFhNWQ0YWJmYWU4ZTgwOWI5NWQ=
data/bin/lfd CHANGED
@@ -1,4 +1,8 @@
1
1
  #!/usr/bin/env ruby
2
+ # Fix ruby 1.9 encoding
3
+ Encoding.default_internal = Encoding::UTF_8
4
+ Encoding.default_external = Encoding::UTF_8
5
+
2
6
  # 1.9 adds realpath to resolve symlinks; 1.8 doesn't
3
7
  # have this method, so we add it so we get resolved symlinks
4
8
  # and compatibility
@@ -1,3 +1,4 @@
1
+ # encoding: utf-8
1
2
  module LFD
2
3
 
3
4
  module Env
@@ -1,3 +1,3 @@
1
1
  module Lfd
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lfd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - qhwa
@@ -14,60 +14,62 @@ dependencies:
14
14
  name: rake
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - ! '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rdoc
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">="
31
+ - - ! '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ">="
38
+ - - ! '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: gli
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ">="
45
+ - - ! '>='
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - ! '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: colored
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ">="
59
+ - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ">="
66
+ - - ! '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: |2
70
- LFD, which stands for "Linux Flash Develop", will help you develop Flash and Flex applications on Linux.
69
+ description: ! ' LFD, which stands for "Linux Flash Develop", will help you develop
70
+ Flash and Flex applications on Linux.
71
+
72
+ '
71
73
  email: qhwa@163.com
72
74
  executables:
73
75
  - lfd
@@ -76,7 +78,7 @@ extra_rdoc_files:
76
78
  - README.rdoc
77
79
  - lfd.rdoc
78
80
  files:
79
- - ".gitignore"
81
+ - .gitignore
80
82
  - Gemfile
81
83
  - Gemfile.lock
82
84
  - README.md
@@ -124,22 +126,22 @@ licenses: []
124
126
  metadata: {}
125
127
  post_install_message:
126
128
  rdoc_options:
127
- - "--title"
129
+ - --title
128
130
  - lfd
129
- - "--main"
131
+ - --main
130
132
  - README.rdoc
131
- - "-ri"
133
+ - -ri
132
134
  require_paths:
133
135
  - lib
134
136
  - lib
135
137
  required_ruby_version: !ruby/object:Gem::Requirement
136
138
  requirements:
137
- - - ">="
139
+ - - ! '>='
138
140
  - !ruby/object:Gem::Version
139
141
  version: '0'
140
142
  required_rubygems_version: !ruby/object:Gem::Requirement
141
143
  requirements:
142
- - - ">="
144
+ - - ! '>='
143
145
  - !ruby/object:Gem::Version
144
146
  version: '0'
145
147
  requirements: []