Cross package maker. DEB/RPM generation or conversion. Derived from jordansissel/fpm.

⌈⌋ ⎇ branch:  cross package maker


Check-in [3d6235bf97]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:- start using guard, or trying to anyway
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 3d6235bf974691e62569ba4ea68d39d74afbbef0
User & Date: jls@semicomplete.com 2012-02-24 09:20:29
Context
2012-02-24
09:20
- disable unused pre-refactor requires check-in: a23ec33d4f user: jls@semicomplete.com tags: trunk
09:20
- start using guard, or trying to anyway check-in: 3d6235bf97 user: jls@semicomplete.com tags: trunk
08:41
I am majorly confused. Guard is silly. check-in: 97f4dc01ce user: jls@semicomplete.com tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to Gemfile.

1
2
3






source :rubygems

gemspec









>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
source :rubygems

gemspec

group :development do
  gem "guard"
  gem "guard-minitest"
  gem "guard-shell"
end

Added Gemfile.lock.









































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
PATH
  remote: .
  specs:
    fpm (0.4.0)
      backports (= 2.3.0)
      json

GEM
  remote: http://rubygems.org/
  specs:
    backports (2.3.0)
    fattr (2.2.1)
    ffi (1.0.11)
    guard (1.0.0)
      ffi (>= 0.5.0)
      thor (~> 0.14.6)
    guard-minitest (0.3.0)
      guard (>= 0.2.2)
    guard-shell (0.3.0)
      guard (>= 0.2.0)
    json (1.6.5)
    rush (0.6.7)
      session
    session (3.1.0)
      fattr
    thor (0.14.6)

PLATFORMS
  ruby

DEPENDENCIES
  fpm!
  guard
  guard-minitest
  guard-shell
  rush