flombe 0.1.0.8 → 0.1.0.9
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/cookbooks/utils/templates/default/dot.profile.erb +13 -0
- data/lib/flombe.rb +1 -1
- metadata +5 -2
|
@@ -40,3 +40,16 @@ PS2='> '
|
|
|
40
40
|
PS4='+ '
|
|
41
41
|
}
|
|
42
42
|
proml
|
|
43
|
+
|
|
44
|
+
alias bx='bundle exec'
|
|
45
|
+
alias bspec='bundle exec rspec'
|
|
46
|
+
alias bcucumber='bundle exec cucumber'
|
|
47
|
+
alias gb='git branch'
|
|
48
|
+
alias gba='git branch -a'
|
|
49
|
+
alias gcav='git commit -av'
|
|
50
|
+
alias gca='git commit -a'
|
|
51
|
+
alias gd='git diff | mate'
|
|
52
|
+
alias gl='git pull origin master'
|
|
53
|
+
alias gp='git push origin master'
|
|
54
|
+
alias gp?='git log --pretty=oneline origin/master..HEAD'
|
|
55
|
+
alias gs='git status'
|
data/lib/flombe.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: flombe
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.1.0.
|
|
5
|
+
version: 0.1.0.9
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Stephen Craton
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-
|
|
13
|
+
date: 2011-06-03 00:00:00 +08:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -140,6 +140,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
140
140
|
requirements:
|
|
141
141
|
- - ">="
|
|
142
142
|
- !ruby/object:Gem::Version
|
|
143
|
+
hash: 2117953464141157274
|
|
144
|
+
segments:
|
|
145
|
+
- 0
|
|
143
146
|
version: "0"
|
|
144
147
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
145
148
|
none: false
|