prag_events 0.0.1 → 0.0.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.
- data/.travis.yml +11 -0
- data/README.md +4 -0
- data/lib/prag_events/version.rb +1 -1
- data/man/prag_events.1 +13 -0
- data/man/prag_events.1.ronn +4 -0
- data/prag_events.gemspec +1 -0
- metadata +25 -13
data/.travis.yml
ADDED
data/README.md
CHANGED
|
@@ -11,6 +11,10 @@ prag_events(1) -- Generate XML for your events to make Michael Swaine's life eas
|
|
|
11
11
|
|
|
12
12
|
$ gem install prag_events
|
|
13
13
|
|
|
14
|
+
Or, if not using rvm:
|
|
15
|
+
|
|
16
|
+
$ sudo gem install prag_events
|
|
17
|
+
|
|
14
18
|
## DESCRIPTION
|
|
15
19
|
|
|
16
20
|
**prag_events** generates the XML format that Michael Swaine uses when creating the "events" section of the "PragPub" monthly magazine. You simply run this program with the right inputs and copy the given XML into an email to Michael.
|
data/lib/prag_events/version.rb
CHANGED
data/man/prag_events.1
CHANGED
|
@@ -20,6 +20,19 @@ $ gem install prag_events
|
|
|
20
20
|
.
|
|
21
21
|
.fi
|
|
22
22
|
.
|
|
23
|
+
.P
|
|
24
|
+
Or, if not using rvm:
|
|
25
|
+
.
|
|
26
|
+
.IP "" 4
|
|
27
|
+
.
|
|
28
|
+
.nf
|
|
29
|
+
|
|
30
|
+
$ sudo gem install prag_events
|
|
31
|
+
.
|
|
32
|
+
.fi
|
|
33
|
+
.
|
|
34
|
+
.IP "" 0
|
|
35
|
+
.
|
|
23
36
|
.SH "DESCRIPTION"
|
|
24
37
|
\fBprag_events\fR generates the XML format that Michael Swaine uses when creating the "events" section of the "PragPub" monthly magazine\. You simply run this program with the right inputs and copy the given XML into an email to Michael\.
|
|
25
38
|
.
|
data/man/prag_events.1.ronn
CHANGED
|
@@ -11,6 +11,10 @@ prag_events(1) -- Generate XML for your events to make Michael Swaine's life eas
|
|
|
11
11
|
|
|
12
12
|
$ gem install prag_events
|
|
13
13
|
|
|
14
|
+
Or, if not using rvm:
|
|
15
|
+
|
|
16
|
+
$ sudo gem install prag_events
|
|
17
|
+
|
|
14
18
|
## DESCRIPTION
|
|
15
19
|
|
|
16
20
|
**prag_events** generates the XML format that Michael Swaine uses when creating the "events" section of the "PragPub" monthly magazine. You simply run this program with the right inputs and copy the given XML into an email to Michael.
|
data/prag_events.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prag_events
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2012-04-22 00:00:00.000000000 Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rdoc
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70285076823440 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :development
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70285076823440
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: aruba
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &70285076823020 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,10 +32,10 @@ dependencies:
|
|
|
32
32
|
version: '0'
|
|
33
33
|
type: :development
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *70285076823020
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: rake
|
|
38
|
-
requirement: &
|
|
38
|
+
requirement: &70285076822500 !ruby/object:Gem::Requirement
|
|
39
39
|
none: false
|
|
40
40
|
requirements:
|
|
41
41
|
- - ~>
|
|
@@ -43,10 +43,10 @@ dependencies:
|
|
|
43
43
|
version: 0.9.2
|
|
44
44
|
type: :development
|
|
45
45
|
prerelease: false
|
|
46
|
-
version_requirements: *
|
|
46
|
+
version_requirements: *70285076822500
|
|
47
47
|
- !ruby/object:Gem::Dependency
|
|
48
48
|
name: ronn
|
|
49
|
-
requirement: &
|
|
49
|
+
requirement: &70285076822040 !ruby/object:Gem::Requirement
|
|
50
50
|
none: false
|
|
51
51
|
requirements:
|
|
52
52
|
- - ! '>='
|
|
@@ -54,10 +54,10 @@ dependencies:
|
|
|
54
54
|
version: '0'
|
|
55
55
|
type: :development
|
|
56
56
|
prerelease: false
|
|
57
|
-
version_requirements: *
|
|
57
|
+
version_requirements: *70285076822040
|
|
58
58
|
- !ruby/object:Gem::Dependency
|
|
59
59
|
name: methadone
|
|
60
|
-
requirement: &
|
|
60
|
+
requirement: &70285076821400 !ruby/object:Gem::Requirement
|
|
61
61
|
none: false
|
|
62
62
|
requirements:
|
|
63
63
|
- - ~>
|
|
@@ -65,10 +65,10 @@ dependencies:
|
|
|
65
65
|
version: 1.0.0
|
|
66
66
|
type: :runtime
|
|
67
67
|
prerelease: false
|
|
68
|
-
version_requirements: *
|
|
68
|
+
version_requirements: *70285076821400
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: gem-man
|
|
71
|
-
requirement: &
|
|
71
|
+
requirement: &70285076820740 !ruby/object:Gem::Requirement
|
|
72
72
|
none: false
|
|
73
73
|
requirements:
|
|
74
74
|
- - ! '>='
|
|
@@ -76,7 +76,18 @@ dependencies:
|
|
|
76
76
|
version: '0'
|
|
77
77
|
type: :runtime
|
|
78
78
|
prerelease: false
|
|
79
|
-
version_requirements: *
|
|
79
|
+
version_requirements: *70285076820740
|
|
80
|
+
- !ruby/object:Gem::Dependency
|
|
81
|
+
name: open4
|
|
82
|
+
requirement: &70285076820040 !ruby/object:Gem::Requirement
|
|
83
|
+
none: false
|
|
84
|
+
requirements:
|
|
85
|
+
- - ! '>='
|
|
86
|
+
- !ruby/object:Gem::Version
|
|
87
|
+
version: '0'
|
|
88
|
+
type: :runtime
|
|
89
|
+
prerelease: false
|
|
90
|
+
version_requirements: *70285076820040
|
|
80
91
|
description: prag_events generates the XML format that Michael Swaine uses when creating
|
|
81
92
|
the "events" section of the "PragPub" monthly magazine. You simply run this program
|
|
82
93
|
with the right inputs and copy the given XML into an email to Michael.
|
|
@@ -89,6 +100,7 @@ extra_rdoc_files: []
|
|
|
89
100
|
files:
|
|
90
101
|
- .gitignore
|
|
91
102
|
- .rvmrc
|
|
103
|
+
- .travis.yml
|
|
92
104
|
- Gemfile
|
|
93
105
|
- Gemfile.lock
|
|
94
106
|
- LICENSE.txt
|