rubygems_herald 0.0.2 → 0.0.3

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: 2afdede5ee4e432dd0f6ccadd8de7431e2a04e43
4
- data.tar.gz: 2f0b591e2d531a9752b756edee21f831f8dc1916
3
+ metadata.gz: 0e5774ac3dd607b541788a7fb7b200b41e01ed60
4
+ data.tar.gz: 36d519b4f2a4aa03ab5210d069a248a29706049b
5
5
  SHA512:
6
- metadata.gz: 510f4715dd3ee515eabfb3985b12b97f4440241784ea2de6ab138a0c4f9332cc14b508163bdf1b0ee7b354e749743d928d5a199e1a0ef8031cd7ce63c13f16d2
7
- data.tar.gz: d4733c4d5ca704af9f78e6510e0ebe731efe7c7eb72736bb5dd670d19ee09aa581cd675b9e8de8cdeaf93a29b6ebcb09c069fe8867e480f661df082d07e1bd62
6
+ metadata.gz: 8b88f14361b24592a06382e0bb3f5475fd6c8a5fba4a0ea293943cec32bbfd1a6c3cad37cc03022fc524233c50ab0205e952074b1eefe874168dcca0fa2e8434
7
+ data.tar.gz: 5eb02da23118dccd110612d35ff5335d61e9d5bb68eaea2250df81df141435a6a731fb0ffda8bd0ab0a71b56a66c0e8e4dfb640a088c87124782c541e88fa692
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  Rubygems Herald
2
2
  ===========
3
3
 
4
- [![GitHub version](https://badge.fury.io/gh/gemvein%2Frubygems_herald.svg)](http://badge.fury.io/gh/gemvein%2Frubygems_herald)
4
+ [![Gem Version](https://badge.fury.io/rb/rubygems_herald.svg)](http://badge.fury.io/rb/rubygems_herald)
5
5
  [![Build Status](https://travis-ci.org/gemvein/rubygems_herald.svg)](https://travis-ci.org/gemvein/rubygems_herald)
6
6
  [![Coverage Status](https://coveralls.io/repos/gemvein/rubygems_herald/badge.png)](https://coveralls.io/r/gemvein/rubygems_herald)
7
7
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
@@ -22,11 +22,6 @@ module RubygemsHerald
22
22
  end
23
23
  end
24
24
 
25
- def add_gemfile
26
- output "Also, we're adding a container for the gems you want to install.", :magenta
27
- template "Gemfile", ".rubygems_herald/Gemfile"
28
- end
29
-
30
25
  def self.next_migration_number(dirname)
31
26
  if ActiveRecord::Base.timestamped_migrations
32
27
  unless @prev_migration_nr
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "rubygems_herald"
8
- s.version = "0.0.2"
8
+ s.version = "0.0.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Karen Lundgren"]
@@ -22,7 +22,6 @@ Gem::Specification.new do |s|
22
22
  ".rspec",
23
23
  ".travis.yml",
24
24
  "Gemfile",
25
- "Gemfile.lock",
26
25
  "LICENSE.txt",
27
26
  "README.md",
28
27
  "Rakefile",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubygems_herald
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren
@@ -221,7 +221,6 @@ files:
221
221
  - .rspec
222
222
  - .travis.yml
223
223
  - Gemfile
224
- - Gemfile.lock
225
224
  - LICENSE.txt
226
225
  - README.md
227
226
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,205 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- rubygems_herald (0.0.2)
5
- bootstrap_leather
6
- database_cleaner
7
- factory_girl_rails
8
- haml-rails
9
- jquery-rails
10
- rails (>= 4.1)
11
- rails-i18n
12
- rubygems_herald
13
-
14
- GEM
15
- remote: http://rubygems.org/
16
- specs:
17
- actionmailer (4.1.1)
18
- actionpack (= 4.1.1)
19
- actionview (= 4.1.1)
20
- mail (~> 2.5.4)
21
- actionpack (4.1.1)
22
- actionview (= 4.1.1)
23
- activesupport (= 4.1.1)
24
- rack (~> 1.5.2)
25
- rack-test (~> 0.6.2)
26
- actionview (4.1.1)
27
- activesupport (= 4.1.1)
28
- builder (~> 3.1)
29
- erubis (~> 2.7.0)
30
- activemodel (4.1.1)
31
- activesupport (= 4.1.1)
32
- builder (~> 3.1)
33
- activerecord (4.1.1)
34
- activemodel (= 4.1.1)
35
- activesupport (= 4.1.1)
36
- arel (~> 5.0.0)
37
- activesupport (4.1.1)
38
- i18n (~> 0.6, >= 0.6.9)
39
- json (~> 1.7, >= 1.7.7)
40
- minitest (~> 5.1)
41
- thread_safe (~> 0.1)
42
- tzinfo (~> 1.1)
43
- addressable (2.3.6)
44
- arel (5.0.1.20140414130214)
45
- bootstrap_leather (0.1.6)
46
- haml
47
- rails
48
- builder (3.2.2)
49
- coveralls (0.7.0)
50
- multi_json (~> 1.3)
51
- rest-client
52
- simplecov (>= 0.7)
53
- term-ansicolor
54
- thor
55
- database_cleaner (1.2.0)
56
- descendants_tracker (0.0.4)
57
- thread_safe (~> 0.3, >= 0.3.1)
58
- diff-lcs (1.2.5)
59
- docile (1.1.3)
60
- erubis (2.7.0)
61
- factory_girl (4.4.0)
62
- activesupport (>= 3.0.0)
63
- factory_girl_rails (4.4.1)
64
- factory_girl (~> 4.4.0)
65
- railties (>= 3.0.0)
66
- faraday (0.9.0)
67
- multipart-post (>= 1.2, < 3)
68
- git (1.2.6)
69
- github_api (0.11.3)
70
- addressable (~> 2.3)
71
- descendants_tracker (~> 0.0.1)
72
- faraday (~> 0.8, < 0.10)
73
- hashie (>= 1.2)
74
- multi_json (>= 1.7.5, < 2.0)
75
- nokogiri (~> 1.6.0)
76
- oauth2
77
- haml (4.0.5)
78
- tilt
79
- haml-rails (0.5.3)
80
- actionpack (>= 4.0.1)
81
- activesupport (>= 4.0.1)
82
- haml (>= 3.1, < 5.0)
83
- railties (>= 4.0.1)
84
- hashie (2.1.1)
85
- highline (1.6.21)
86
- hike (1.2.3)
87
- i18n (0.6.9)
88
- jeweler (2.0.1)
89
- builder
90
- bundler (>= 1.0)
91
- git (>= 1.2.5)
92
- github_api
93
- highline (>= 1.6.15)
94
- nokogiri (>= 1.5.10)
95
- rake
96
- rdoc
97
- jquery-rails (3.1.0)
98
- railties (>= 3.0, < 5.0)
99
- thor (>= 0.14, < 2.0)
100
- json (1.8.1)
101
- jwt (0.1.13)
102
- multi_json (>= 1.5)
103
- mail (2.5.4)
104
- mime-types (~> 1.16)
105
- treetop (~> 1.4.8)
106
- mime-types (1.25.1)
107
- mini_portile (0.5.3)
108
- minitest (5.3.3)
109
- multi_json (1.10.0)
110
- multi_xml (0.5.5)
111
- multipart-post (2.0.0)
112
- nokogiri (1.6.1)
113
- mini_portile (~> 0.5.0)
114
- oauth2 (0.9.3)
115
- faraday (>= 0.8, < 0.10)
116
- jwt (~> 0.1.8)
117
- multi_json (~> 1.3)
118
- multi_xml (~> 0.5)
119
- rack (~> 1.2)
120
- polyglot (0.3.4)
121
- rack (1.5.2)
122
- rack-test (0.6.2)
123
- rack (>= 1.0)
124
- rails (4.1.1)
125
- actionmailer (= 4.1.1)
126
- actionpack (= 4.1.1)
127
- actionview (= 4.1.1)
128
- activemodel (= 4.1.1)
129
- activerecord (= 4.1.1)
130
- activesupport (= 4.1.1)
131
- bundler (>= 1.3.0, < 2.0)
132
- railties (= 4.1.1)
133
- sprockets-rails (~> 2.0)
134
- rails-i18n (4.0.2)
135
- i18n (~> 0.6)
136
- rails (>= 4.0)
137
- railties (4.1.1)
138
- actionpack (= 4.1.1)
139
- activesupport (= 4.1.1)
140
- rake (>= 0.8.7)
141
- thor (>= 0.18.1, < 2.0)
142
- rake (10.3.1)
143
- rdoc (4.1.1)
144
- json (~> 1.4)
145
- rest-client (1.6.7)
146
- mime-types (>= 1.16)
147
- rspec-core (2.14.8)
148
- rspec-expectations (2.14.5)
149
- diff-lcs (>= 1.1.3, < 2.0)
150
- rspec-mocks (2.14.6)
151
- rspec-rails (2.14.2)
152
- actionpack (>= 3.0)
153
- activemodel (>= 3.0)
154
- activesupport (>= 3.0)
155
- railties (>= 3.0)
156
- rspec-core (~> 2.14.0)
157
- rspec-expectations (~> 2.14.0)
158
- rspec-mocks (~> 2.14.0)
159
- shoulda-matchers (2.6.1)
160
- activesupport (>= 3.0.0)
161
- simplecov (0.8.2)
162
- docile (~> 1.1.0)
163
- multi_json
164
- simplecov-html (~> 0.8.0)
165
- simplecov-html (0.8.0)
166
- sprockets (2.12.1)
167
- hike (~> 1.2)
168
- multi_json (~> 1.0)
169
- rack (~> 1.0)
170
- tilt (~> 1.1, != 1.3.0)
171
- sprockets-rails (2.1.3)
172
- actionpack (>= 3.0)
173
- activesupport (>= 3.0)
174
- sprockets (~> 2.8)
175
- sqlite3 (1.3.9)
176
- term-ansicolor (1.3.0)
177
- tins (~> 1.0)
178
- thor (0.19.1)
179
- thread_safe (0.3.3)
180
- tilt (1.4.1)
181
- tins (1.2.0)
182
- treetop (1.4.15)
183
- polyglot
184
- polyglot (>= 0.3.1)
185
- tzinfo (1.1.0)
186
- thread_safe (~> 0.1)
187
-
188
- PLATFORMS
189
- ruby
190
-
191
- DEPENDENCIES
192
- bootstrap_leather
193
- bundler
194
- coveralls
195
- database_cleaner
196
- factory_girl_rails
197
- haml-rails
198
- jeweler
199
- jquery-rails
200
- rails (>= 4.1)
201
- rails-i18n
202
- rspec-rails
203
- rubygems_herald!
204
- shoulda-matchers
205
- sqlite3