style_palette 0.0.3 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -3,7 +3,6 @@
3
3
  .bundle
4
4
  .config
5
5
  .yardoc
6
- Gemfile.lock
7
6
  InstalledFiles
8
7
  _yardoc
9
8
  coverage
data/Gemfile.lock ADDED
@@ -0,0 +1,21 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ style_palette (0.0.1)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ metaclass (0.0.1)
10
+ mocha (0.13.3)
11
+ metaclass (~> 0.0.1)
12
+ rake (10.0.3)
13
+
14
+ PLATFORMS
15
+ ruby
16
+
17
+ DEPENDENCIES
18
+ bundler (~> 1.3)
19
+ mocha
20
+ rake
21
+ style_palette!
data/README.md CHANGED
@@ -138,7 +138,7 @@ Also check the next examples:
138
138
 
139
139
  ## The Gallery playground
140
140
 
141
- You can check your _style palettes_ in the [StylePaletteGallery](http://spg.fernandoguillen.info) or [fork the app](https://raw.github.com/fguillen/StylePaletteGallery) and create your own playground.
141
+ You can check your _style palettes_ in the [StylePaletteGallery](http://stylepalettegallery.fernandoguillen.info/) or [fork the app](https://github.com/fguillen/StylePaletteGallery) and create your own playground.
142
142
 
143
143
 
144
144
 
@@ -1,3 +1,3 @@
1
1
  module StylePalette
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["fguillen.mail@gmail.com"]
11
11
  spec.description = "Create collections of stylized labels without effort"
12
12
  spec.summary = "Create collections of stylized labels without effort"
13
- spec.homepage = "https://raw.github.com/fguillen/StylePalette"
13
+ spec.homepage = "https://github.com/fguillen/StylePalette"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: style_palette
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2013-03-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
16
- requirement: &70184199663140 !ruby/object:Gem::Requirement
16
+ requirement: &70282535074060 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '1.3'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70184199663140
24
+ version_requirements: *70282535074060
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rake
27
- requirement: &70184199662720 !ruby/object:Gem::Requirement
27
+ requirement: &70282535073640 !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: *70184199662720
35
+ version_requirements: *70282535073640
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: mocha
38
- requirement: &70184199662260 !ruby/object:Gem::Requirement
38
+ requirement: &70282535073180 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>='
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: '0'
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *70184199662260
46
+ version_requirements: *70282535073180
47
47
  description: Create collections of stylized labels without effort
48
48
  email:
49
49
  - fguillen.mail@gmail.com
@@ -54,6 +54,7 @@ files:
54
54
  - .gitignore
55
55
  - .rvmrc.example
56
56
  - Gemfile
57
+ - Gemfile.lock
57
58
  - LICENSE.txt
58
59
  - README.md
59
60
  - Rakefile
@@ -68,7 +69,7 @@ files:
68
69
  - test/helper_test.rb
69
70
  - test/style_palette_test.rb
70
71
  - test/test_helper.rb
71
- homepage: https://raw.github.com/fguillen/StylePalette
72
+ homepage: https://github.com/fguillen/StylePalette
72
73
  licenses:
73
74
  - MIT
74
75
  post_install_message: