cybele 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a9ba878b768e56df077dfd572dc1f4a79feabbae
4
- data.tar.gz: cfac579be74c4f6b1c0ab08f3c5e75e3496cc74a
3
+ metadata.gz: ea91a1148f0bec7e672785bf1a8285584f73561c
4
+ data.tar.gz: 2bf48e609159ed3f70a5f01db1c0c5d700efd23d
5
5
  SHA512:
6
- metadata.gz: e5b3dd16ffd129849950c48784de9fae13c333c4343b22f7abd92c0e5213dce79958cb86bc20886a6a899f52b271df52eb1172fb32ca411484b68a7bf070d69d
7
- data.tar.gz: 8014ada5b5e4e6513b701ef0aeae019e18d9d8cc3faef65d0455a53037c6f4f37fdfa1588eb6ddb94aec83baf31355c8429cf26d3ce89dd77124354c8ae4f69d
6
+ metadata.gz: 2ccd9c3b8c9b81a6d9a918b550c77fce49fe973fde39d298ec2d11905e119bc1814e93fe129dbc8e06325bf67087a2312068bc132a585625b7d14c96d6c0faee
7
+ data.tar.gz: 5932b07b0ab0a9da3f47e086f9713d425d3c213db9d5b8296b920c011de14fcaac8e9a38e1c909cb4d1af21467fd37c3d699310dcdb45551b354ea9afeccf574
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Cybele
2
2
 
3
+ [![Code Climate](https://codeclimate.com/github/lab2023/cybele.png)](https://codeclimate.com/github/lab2023/cybele)
4
+
3
5
  NOTE: Don't use this gem until v1.0.0
4
6
 
5
7
  This is yet an other Rails Template which inspired from [suspenders](https://github.com/thoughtbot/suspenders).
@@ -44,6 +46,15 @@ Once you've made your great commits:
44
46
  4. Create a Pull Request from your branch
45
47
  5. That's it!
46
48
 
49
+ ## Documentation
50
+
51
+
52
+ Cybele uses [TomDoc](http://tomdoc.org/) and [rDoc](http://rubydoc.info/gems/cybele) .
53
+
54
+ ## Backwards Compatibility
55
+
56
+ Cybele uses [SemVer](http://semver.org/), and takes it seriously.
57
+
47
58
  ## Credits
48
59
 
49
60
  Cybele is maintained and funded by [lab2023 - internet technologies](http://lab2023.com/)
@@ -20,6 +20,11 @@ module Cybele #:nodoc:#
20
20
  remove_file 'README.rdoc'
21
21
  end
22
22
 
23
+ # Internal: Remove rails.png file
24
+ def remove_rails_logo_image
25
+ remove_file 'app/assets/images/rails.png'
26
+ end
27
+
23
28
  # Internal: Replace gemfile
24
29
  def replace_gemfile
25
30
  remove_file 'Gemfile'
@@ -40,6 +40,7 @@ module Cybele #:nodoc:#
40
40
  say 'Remove files we don\'t need'
41
41
  build :remove_public_index
42
42
  build :remove_readme_rdoc
43
+ build :remove_rails_logo_image
43
44
  end
44
45
 
45
46
  # Internal: Replace files
@@ -1,4 +1,4 @@
1
1
  module Cybele #:nodoc:
2
2
  # Public: Cybele version
3
- VERSION = '0.2.0'
3
+ VERSION = '0.3.0'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cybele
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - lab2023
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-05-09 00:00:00.000000000 Z
11
+ date: 2013-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler