instructions_list 0.1.2.beta → 0.1.3.beta
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.
- checksums.yaml +4 -4
- data/lib/instructions_list/version.rb +1 -1
- data/lib/instructions_list.rb +2 -2
- data/tags +20 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a1cdc864a1501d7cf3027d034aab9d32d113d7d
|
|
4
|
+
data.tar.gz: 3c88a79d6147ecc6a9bf69c686dd2f6016be8edc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 63248a11eb800ab0e1120fb89ce63fe51cd33f09a4e1f3f720461c83a03d0b2d4aeac8c50f0ad2a1211e49c13e3dec802d0963308c4053a9f2e67b74f80380d6
|
|
7
|
+
data.tar.gz: ee56fcb10284df6f511ecb5698f07b2ca1d57fcba20d3eb450ae60eed7360110eb7821e9f7cb0b538c4649d7011bfd0e4cbb92fb3b31f1edb8517e813c6798a6
|
data/lib/instructions_list.rb
CHANGED
data/tags
CHANGED
|
@@ -4,5 +4,25 @@
|
|
|
4
4
|
!_TAG_PROGRAM_NAME Exuberant Ctags //
|
|
5
5
|
!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
|
|
6
6
|
!_TAG_PROGRAM_VERSION 5.8 //
|
|
7
|
+
DSL lib/instructions_list.rb /^ module DSL$/;" m class:InstructionsList
|
|
8
|
+
Instruction lib/instructions_list.rb /^ class Instruction$/;" c class:InstructionsList
|
|
7
9
|
InstructionsList lib/instructions_list.rb /^module InstructionsList$/;" m
|
|
8
10
|
InstructionsList lib/instructions_list/version.rb /^module InstructionsList$/;" m
|
|
11
|
+
InstructionsList lib/package_manager.rb /^module InstructionsList do$/;" m
|
|
12
|
+
ItIs lib/instructions_list.rb /^ class ItIs$/;" c class:InstructionsList
|
|
13
|
+
PackageManager lib/package_manager.rb /^ class PackageManager$/;" c class:InstructionsList
|
|
14
|
+
aptget lib/package_manager.rb /^ def self.aptget?$/;" F class:InstructionsList.PackageManager
|
|
15
|
+
brew lib/package_manager.rb /^ def self.brew?$/;" F class:InstructionsList.PackageManager
|
|
16
|
+
check lib/instructions_list.rb /^ def check name$/;" f class:InstructionsList.DSL
|
|
17
|
+
depends_on lib/instructions_list.rb /^ def depends_on name$/;" f class:InstructionsList.DSL
|
|
18
|
+
done lib/instructions_list.rb /^ def done(name)$/;" f class:InstructionsList.DSL
|
|
19
|
+
done lib/instructions_list.rb /^ def self.done? name$/;" F class:InstructionsList.ItIs
|
|
20
|
+
exists lib/instructions_list.rb /^ def self.exists? context,path$/;" F class:InstructionsList.ItIs
|
|
21
|
+
initialize lib/instructions_list.rb /^ def initialize$/;" f class:InstructionsList.Instruction
|
|
22
|
+
installed lib/instructions_list.rb /^ def self.installed? exe_path$/;" F class:InstructionsList.ItIs
|
|
23
|
+
instruct lib/instructions_list.rb /^ def instruct &block$/;" f class:InstructionsList.DSL
|
|
24
|
+
instructed? lib/instructions_list.rb /^ def instructed? &block$/;" f class:InstructionsList.DSL
|
|
25
|
+
instruction lib/instructions_list.rb /^ def instruction name,&block$/;" f class:InstructionsList.DSL
|
|
26
|
+
on lib/instructions_list.rb /^ def on os$/;" f class:InstructionsList.DSL
|
|
27
|
+
running lib/instructions_list.rb /^ def self.running? name$/;" F class:InstructionsList.ItIs
|
|
28
|
+
yum lib/package_manager.rb /^ def self.yum?$/;" F class:InstructionsList.PackageManager
|