jombo 0.0.1.beta7 → 0.0.1.beta8

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/README.md CHANGED
@@ -2,23 +2,35 @@
2
2
 
3
3
  ## Preamble
4
4
 
5
- `jombo` is a gem that packages the asset files used in Jombo from Twitter.
5
+ `jombo` is a gem that packages the asset files used in Bootstrap from Twitter.
6
6
 
7
- Please note that this project tracks the 2.0 work-in-progress branch. This branch is very fluid at the moment so things will more than likely not work they way you expect.
7
+ Please note that this project tracks the 2.0 work-in-progress branch. The branch is very fluid so things will likely not work from time to time.
8
8
 
9
9
  ## Back-story
10
10
 
11
- I'm a phenomenal fan of [Jombo](http://twitter.github.com/bootstrap/) from Twitter. One might even say a cheerleader! Anyhow, I use [Rails](http://rubyonrails.org/) and wanted to experiment with the bleeding edge of Jombo as it was being developed. Manually adding adding and updating the assets in one project was fine. Doing it for two or three projects over-and-over started to become cumbersome.
11
+ I'm a phenomenal fan of [Bootstrap](http://twitter.github.com/bootstrap/) from Twitter. One might even say a cheerleader! Anyhow, I use [Rails](http://rubyonrails.org/) and wanted to experiment with the bleeding edge of Bootstrap as it was being developed. Manually adding adding and updating the assets in one project was fine. Doing it for two or three projects over-and-over started to become cumbersome.
12
12
 
13
13
  I had never made a gem before. The shiny new Rails 3.1.x asset pipeline offered an interesting new piece of learning. So, here it is, my first Ruby gem in living history.
14
14
 
15
15
  This is all very new to me so if you have contributions, bring them but be gentle.
16
16
 
17
+ ## What's up with the name?
18
+
19
+ I think the names of things matter ([Genesis 2:19](http://www.biblegateway.com/passage/?search=Genesis%202:19&version=ESV)).
20
+
21
+ The name "bootstrap" was an obvious choice but this is not the official [Bootstrap](http://twitter.github.com/bootstrap/) gem. Besides, the name was already taken on [RubyGems](http://rubygems.org/gems/bootstrap).
22
+
23
+ The project started out being called `pcs_bootstrap` (PCS for [Pencil Case Studios](http://pencilcasestudios.com)). That name was descriptive, perhaps, but didn't have personality. So, I turned from English to look at options in some of the Zambian languages. The word "jombo" means "boot" in several vernacular languages in Zambia.
24
+
25
+ Jombos are for getting work done but they can be awkward and funny. Since I was a kid I've always thought of jombos as fun. To this day I can't think of, or say "jombo" without smiling (even just a little).
26
+
27
+ So there you have it ... and you didn't even want to know!
28
+
17
29
  ## Setup
18
30
 
19
31
  In a Rails 3.1.x project add the gem to your assets group in your `Gemfile`. It is currently in beta:
20
32
 
21
- gem "jombo", "~> 0.0.1.beta1"
33
+ gem "jombo", "~> 0.0.1.beta7"
22
34
 
23
35
  Bundle the gem using bundler:
24
36
 
@@ -42,6 +54,23 @@ You may need to restart your application for the changes to reflect (I find this
42
54
 
43
55
  ## Usage
44
56
 
45
- Once the setup is complete, you'll be able to use Jombo. For that I recommend you have a look at [their](http://twitter.github.com/bootstrap/) documentation.
57
+ Once the setup is complete, you'll be able to use Bootstrap. For that I recommend you have a look at [their](http://twitter.github.com/bootstrap/) documentation.
46
58
 
47
59
  Enjoy!
60
+
61
+ ## License
62
+
63
+ Copyright 2011 [Pencil Case Studios](http://pencilcasestudios.com)
64
+
65
+ Licensed under the Apache License, Version 2.0 (the "License");
66
+
67
+ you may not use this file except in compliance with the License.
68
+ You may obtain a copy of the License at
69
+
70
+ [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
71
+
72
+ Unless required by applicable law or agreed to in writing, software
73
+ distributed under the License is distributed on an "AS IS" BASIS,
74
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
75
+ See the License for the specific language governing permissions and
76
+ limitations under the License.
data/lib/jombo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Jombo
2
- VERSION = "0.0.1.beta7"
2
+ VERSION = "0.0.1.beta8"
3
3
  end
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Jombo v2.0.0
2
+ * Bootstrap v2.0.0
3
3
  *
4
4
  * Copyright 2011 Twitter, Inc
5
5
  * Licensed under the Apache License v2.0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jombo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.beta7
4
+ version: 0.0.1.beta8
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-12-05 00:00:00.000000000 Z
12
+ date: 2011-12-06 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Package Bootstrap from Twitter (2.0 work-in-progress branch) assets as
15
15
  a gem.
@@ -62,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
62
  version: 1.3.1
63
63
  requirements: []
64
64
  rubyforge_project:
65
- rubygems_version: 1.8.11
65
+ rubygems_version: 1.8.12
66
66
  signing_key:
67
67
  specification_version: 3
68
68
  summary: This gem allows you to use Bootstrap from Twitter with the Rails 3.1.x asset